include/ck/utility/enable_if.hpp File Reference#
enable_if.hpp File Reference
Go to the source code of this file.
Namespaces | |
| ck | |
Typedefs | |
| template<bool B, typename T = void> | |
| using | ck::enable_if = std::enable_if< B, T > |
| template<bool B, typename T = void> | |
| using | ck::enable_if_t = typename std::enable_if< B, T >::type |