siplasplas
Public Types | List of all members
cpp::meta::greater_or_equal::apply< Lhs, Rhs > Struct Template Reference
Inheritance diagram for cpp::meta::greater_or_equal::apply< Lhs, Rhs >:
cpp::meta::assert< is_integral< Lhs >, is_integral< Rhs > >

Public Types

using type = bool_<(Lhs::value >=Rhs::value)>
 

The documentation for this struct was generated from the following file: