std::enable_if< bool, _Tp >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

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 1955 of file type_traits.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Detailed Description
template<bool, typename _Tp = void>
Author