table of contents
        
      
      
    | std::integral_constant(3) | Library Functions Manual | std::integral_constant(3) | 
NAME¶
std::integral_constant -
integral_constant
SYNOPSIS¶
Inherited by std::__is_member_object_pointer_helper< typename >, std::__is_pointer_helper< typename >, std::is_array< typename >, std::is_const< typename >, std::is_function< typename >, std::is_rvalue_reference< typename >, and std::tr1::__is_signed_helper< typename >.
Public Types¶
typedef integral_constant< _Tp, __v > type
  
  typedef _Tp value_type
  
  
Static Public Attributes¶
static const _Tp value
  
  
Detailed Description¶
template<typename _Tp, _Tp __v> struct std::integral_constant< _Tp, __v >¶
integral_constant
Definition at line 67 of file tr1_impl/type_traits.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| 19 Jun 2018 | libstdc++ |