trusty (3) std::integral_constant.3cxx.gz

NAME
std::integral_constant< _Tp, __v > -
SYNOPSIS
Inherited by std::__is_floating_point_helper< typename >, std::__is_integral_helper< typename >, std::__is_member_function_pointer_helper< typename >, std::__is_member_object_pointer_helper< typename >, std::__is_member_pointer_helper< _Tp >, std::__is_pointer_helper< typename >, std::__is_signed_helper< _Tp, bool, bool >, std::__is_void_helper< typename >, std::chrono::__is_duration< _Tp >, std::chrono::__is_ratio< T >, std::is_array< typename >, std::is_const< typename >, std::is_error_code_enum< _Tp >, std::is_error_condition_enum< _Tp >, std::is_function< _Tp >, std::is_lvalue_reference< typename >, std::is_rvalue_reference< typename >, std::is_same< typename, typename >, std::is_volatile< typename >, std::tr1::__is_signed_helper< typename >, std::tr1::__is_unsigned_helper< typename >, and std::tr1::is_reference< 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.