Query: std::enable_if
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::enable_if< bool, _Tp >(3) Library Functions Manual std::enable_if< bool, _Tp >(3)NAMEstd::enable_if< bool, _Tp > -SYNOPSISDetailed Description template<bool, typename _Tp = void>struct std::enable_if< bool, _Tp > Define a member typedef type only if a boolean constant is true. Definition at line 1766 of file type_traits. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::enable_if< bool, _Tp >(3)