Provided by: libstdc++-8-doc_8.4.0-1ubuntu1~18.04_all 

NAME
std::enable_if< bool, _Tp > - Define a member typedef type only if a boolean constant is true.
SYNOPSIS
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.
Definition at line 1913 of file type_traits.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Mar 10 2020 std::enable_if< bool, _Tp >(3cxx)