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

Public Types

using type = std::integral_constant< decltype(Lhs::value+Rhs::value), Lhs::value+Rhs::value >
 

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