Namespaces
Variants
Views
Actions

std::

From cppreference.com
Revision as of 11:00, 9 January 2018 by Fruderica (Talk | contribs)

 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
 
<tr class="t-dcl t-since-Expression error: Missing operand for >. ">

</tr> <tr class="t-dcl-sep"><td></td><td></td><td></td></tr>

</table>


Defined in header <type_traits>
template< class T >
struct ;

Contents

Template parameters

T - a type to check

Helper variable template

<tr class="t-dcl t-since-Expression error: Missing operand for >. ">

</tr> <tr class="t-dcl-sep"><td></td><td></td><td></td></tr>

</table>

Inherited from std::integral_constant

Member constants

template< class T >
inline constexpr bool _v = <T>::value;
value
[static]
true if , false otherwise
(public static member constant)

Member functions

operator bool
converts the object to bool, returns value
(public member function)
operator()
(C++14)
returns value
(public member function)

Member types

Type Definition
value_type bool
type std::integral_constant<bool, value>