libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
enable_if_t
[2/2]
template<
bool
_Cond, typename _Tp = void>
using
std::enable_if_t
= typename
enable_if
<
_Cond
, _Tp>
::type
Alias template for enable_if.
Definition at line
2940
of file
type_traits
.
std
Generated on
for libstdc++ by
1.16.1