std::enable_if - Man Page
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 2228 of file type_traits.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Tue Jan 18 2022 libstdc++