std::enable_if< bool, _Tp > - Define a member typedef type only if a boolean constant is true.
Contents
Detailed Description
template<bool,typename_Tp=void>
struct std::enable_if< bool, _Tp >"Define a member typedef type only if a boolean constant is true.
Name
std::enable_if< bool, _Tp > - Define a member typedef type only if a boolean constant is true.
Synopsis
#include <type_traits>
