![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| template<typename X > | |
| enable_if< is_constructible< bool, X >, bool > | validitySelfCheck (X const &boolConvertible) |
| template<typename X > | |
| disable_if< is_constructible< bool, X >, bool > | validitySelfCheck (X const &) |
| enable_if< is_constructible< bool, X >, bool > validitySelfCheck | ( | X const & | boolConvertible | ) |
Definition at line 104 of file opaque-holder.hpp.
References validitySelfCheck().
Referenced by validitySelfCheck(), and validitySelfCheck().
Here is the call graph for this function:
Here is the caller graph for this function:| disable_if< is_constructible< bool, X >, bool > validitySelfCheck | ( | X const & | ) |
Definition at line 112 of file opaque-holder.hpp.
References validitySelfCheck().
Here is the call graph for this function: