uTL
micro Template library
|
Typedefs | |
template<typename B > | |
using | is_boolean_t = meta::eval< is_boolean_< B > > |
template<typename T , typename U > | |
using | is_weakly_equality_comparable_with_t = meta::eval< is_weakly_equality_comparable_with_< T, U > > |
template<typename T > | |
using | is_strict_totally_ordered_t = meta::eval< is_strict_totally_ordered_< T > > |
template<typename T , typename U > | |
using | is_strict_totally_ordered_with_t = meta::eval< is_strict_totally_ordered_with_< T, U > > |
Boolean
using utl::details::is_boolean_t = typedef meta::eval < is_boolean_<B> > |
using utl::details::is_strict_totally_ordered_t = typedef meta::eval < is_strict_totally_ordered_<T> > |
using utl::details::is_strict_totally_ordered_with_t = typedef meta::eval < is_strict_totally_ordered_with_<T, U> > |
using utl::details::is_weakly_equality_comparable_with_t = typedef meta::eval< is_weakly_equality_comparable_with_ <T, U> > |