Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::less(3) [debian man page]

std::less< _Tp >(3cxx)													    std::less< _Tp >(3cxx)

NAME
std::less< _Tp > - SYNOPSIS
Inherits std::binary_function< _Tp, _Tp, bool >. Inherited by __gnu_parallel::_Less< _Tp, _Tp >. Public Types typedef _Tp first_argument_type typedef bool result_type typedef _Tp second_argument_type Public Member Functions bool operator() (const _Tp &__x, const _Tp &__y) const Detailed Description template<typename _Tp>struct std::less< _Tp > One of the comparison functors. Definition at line 232 of file stl_function.h. Member Typedef Documentation typedef _Tp std::binary_function< _Tp , _Tp , bool >::first_argument_type [inherited] first_argument_type is the type of the first argument Definition at line 118 of file stl_function.h. typedef bool std::binary_function< _Tp , _Tp , bool >::result_type [inherited] result_type is the return type Definition at line 124 of file stl_function.h. typedef _Tp std::binary_function< _Tp , _Tp , bool >::second_argument_type [inherited] second_argument_type is the type of the second argument Definition at line 121 of file stl_function.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::less< _Tp >(3cxx)

Check Out this Related Man Page

std::integral_constant< _Tp, __v >(3cxx)								  std::integral_constant< _Tp, __v >(3cxx)

NAME
std::integral_constant< _Tp, __v > - SYNOPSIS
Inherited by std::__is_integral_helper< typename >, std::__is_signed_helper< _Tp, bool, bool >, std::__is_void_helper< typename >, std::__uses_allocator_helper< _Tp, _Alloc, bool >, std::chrono::__is_duration< _Tp >, std::is_array< _Tp[_Size]>, std::is_bind_expression< _Bind< _Signature > >, std::is_bind_expression< _Bind_result< _Result, _Signature > >, std::is_error_code_enum< _Tp >, std::is_error_code_enum< future_errc >, std::is_function< typename >, std::is_function< _Res(_ArgTypes...) const >, std::is_function< _Res(_ArgTypes...) const volatile >, std::is_function< _Res(_ArgTypes...)>, 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++ Tue Nov 27 2012 std::integral_constant< _Tp, __v >(3cxx)
Man Page