Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all bug

NAME

       std::integral_constant< _Tp, __v > -

SYNOPSIS

       Inherited by std::__is_integral_helper< typename >, std::__is_pointer_helper< typename >,
       std::__is_signed_helper< _Tp, bool, bool >, std::__is_void_helper< typename >,
       std::__uses_allocator_helper< _Tp, _Alloc, bool >, std::chrono::__is_ratio< ratio< _Num, _Den > >,
       std::is_array< _Tp[]>, std::is_array< _Tp[_Size]>, std::is_bind_expression< _Bind< _Signature > >,
       std::is_bind_expression< _Bind_result< _Result, _Signature > >, std::is_const< typename >,
       std::is_error_code_enum< _Tp >, std::is_error_code_enum< future_errc >, std::is_function< _Tp >,
       std::is_function< _Res(_ArgTypes...) const  >, std::is_function< _Res(_ArgTypes...) const volatile >,
       std::is_function< _Res(_ArgTypes......) const  >, std::is_function< _Res(_ArgTypes......) const volatile
       >, std::is_function< _Res(_ArgTypes......) volatile >, std::is_lvalue_reference< typename >,
       std::is_rvalue_reference< typename >, std::is_rvalue_reference< _Tp && >, std::uses_allocator<
       priority_queue< _Tp, _Sequence, _Compare >, _Alloc >, std::uses_allocator< queue< _Tp, _Seq >, _Alloc >,
       and std::uses_allocator< stack< _Tp, _Seq >, _Alloc >.

   Public Types
       typedef integral_constant< _Tp,
           __v > type"
       typedef _Tp value_type

   Public Member Functions
       constexpr operator value_type ()

   Static Public Attributes
       static constexpr _Tp value

Detailed Description

   template<typename _Tp, _Tp __v>struct std::integral_constant< _Tp, __v >
       integral_constant

       Definition at line 72 of file type_traits.

Author

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

libstdc++                                        Thu Mar 20 2014        std::integral_constant< _Tp, __v >(3cxx)