cppx-core
|
Enable_if_ is just more readable than enable_if_t
.
More...
#include <utility>
Go to the source code of this file.
Namespaces | |
cppx | |
Typedefs | |
template<bool condition, class Result = void> | |
using | cppx::Enable_if_ = std::enable_if_t< condition, Result > |
Just more readable than enable_if_t . More... | |
Enable_if_ is just more readable than enable_if_t
.
Definition in file basic-Enable_if_.hpp.