|
constexpr bool | operator== (const TType &lhs, TCompatibleType rhs) |
|
constexpr bool | operator!= (const TType &lhs, TCompatibleType rhs) |
|
constexpr bool | operator<= (const TType &lhs, TCompatibleType rhs) |
|
constexpr bool | operator< (const TType &lhs, TCompatibleType rhs) |
|
constexpr bool | operator>= (const TType &lhs, TCompatibleType rhs) |
|
constexpr bool | operator> (const TType &lhs, TCompatibleType rhs) |
|
constexpr TType | operator+ (const TType &lhs, TCompatibleType rhs) |
|
constexpr TType | operator- (const TType &lhs, TCompatibleType rhs) |
|
template<typename TCompatibleType>
template<typename TType, typename TBaseType>
struct StrongType::Compatible< TCompatibleType >::mixin< TType, TBaseType >
Definition at line 121 of file strong_typedef_type.hpp.