|
mimic++ v9.2.1
|
Go to the source code of this file.
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::util |
Concepts | |
| concept | mimicpp::util::explicitly_convertible_to |
Determines, whether From can be explicitly converted to To. | |
| concept | mimicpp::util::nothrow_explicitly_convertible_to |
Determines, whether From can be explicitly converted to To, without throwing. | |
| concept | mimicpp::util::same_as_any |
Determines, whether T is the same as any type of the pack Others. | |
| concept | mimicpp::util::satisfies |
Determines, whether T satisfies the specified trait type. | |
| concept | mimicpp::util::boolean_testable |
Determines, whether B behaves as a the builtin type bool. | |
| concept | mimicpp::util::weakly_equality_comparable_with |
Determines, whether T can be equality compared with U. | |