Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

std::_Temporary_buffer< _ForwardIterator, _Tp >(3cxx)					     std::_Temporary_buffer< _ForwardIterator, _Tp >(3cxx)

NAME
std::_Temporary_buffer< _ForwardIterator, _Tp > - SYNOPSIS
Inherited by __gnu_cxx::temporary_buffer< _ForwardIterator, _Tp >. Public Types typedef pointer iterator typedef value_type * pointer typedef ptrdiff_t size_type typedef _Tp value_type Public Member Functions _Temporary_buffer (_ForwardIterator __first, _ForwardIterator __last) iterator begin () iterator end () size_type requested_size () const size_type size () const Protected Attributes pointer _M_buffer size_type _M_len size_type _M_original_len Detailed Description template<typename _ForwardIterator, typename _Tp>class std::_Temporary_buffer< _ForwardIterator, _Tp > This class is used in two places: stl_algo.h and ext/memory, where it is wrapped as the temporary_buffer class. See temporary_buffer docs for more notes. Definition at line 123 of file stl_tempbuf.h. Constructor &; Destructor Documentation template<typename _ForwardIterator , typename _Tp > std::_Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer (_ForwardIterator__first, _ForwardIterator__last) Constructs a temporary buffer of a size somewhere between zero and the size of the given range. Definition at line 246 of file stl_tempbuf.h. References std::pair< _T1, _T2 >::first, std::get_temporary_buffer(), std::return_temporary_buffer(), and std::pair< _T1, _T2 >::second. Member Function Documentation template<typename _ForwardIterator, typename _Tp> iterator std::_Temporary_buffer< _ForwardIterator, _Tp >::begin () [inline] As per Table mumble. Definition at line 152 of file stl_tempbuf.h. Referenced by std::inplace_merge(), std::stable_partition(), and std::stable_sort(). template<typename _ForwardIterator, typename _Tp> iterator std::_Temporary_buffer< _ForwardIterator, _Tp >::end () [inline] As per Table mumble. Definition at line 157 of file stl_tempbuf.h. template<typename _ForwardIterator, typename _Tp> size_type std::_Temporary_buffer< _ForwardIterator, _Tp >::requested_size () const [inline] Returns the size requested by the constructor; may be >size(). Definition at line 147 of file stl_tempbuf.h. Referenced by std::stable_partition(). template<typename _ForwardIterator, typename _Tp> size_type std::_Temporary_buffer< _ForwardIterator, _Tp >::size () const [inline] As per Table mumble. Definition at line 142 of file stl_tempbuf.h. Referenced by std::inplace_merge(), std::stable_partition(), and std::stable_sort(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::_Temporary_buffer< _ForwardIterator, _Tp >(3cxx)

Check Out this Related Man Page

std::tr1::__detail::__numeric_constants< _Tp >(3cxx)					      std::tr1::__detail::__numeric_constants< _Tp >(3cxx)

NAME
std::tr1::__detail::__numeric_constants< _Tp > - SYNOPSIS
Static Public Member Functions static _Tp __1_pi () throw () static _Tp __2_sqrtpi () throw () static _Tp __euler () throw () static _Tp __gamma_e () throw () static _Tp __lnpi () throw () static _Tp __pi () throw () static _Tp __pi_2 () throw () static _Tp __pi_3 () throw () static _Tp __pi_4 () throw () static _Tp __sqrt1_2 () throw () static _Tp __sqrt2 () throw () static _Tp __sqrt3 () throw () static _Tp __sqrtpio2 () throw () Detailed Description template<typename _Tp>struct std::tr1::__detail::__numeric_constants< _Tp > A structure for numeric constants. Definition at line 60 of file special_function_util.h. Member Function Documentation template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__1_pi () throw () [inline], [static] Constant $ 1 / i $. Definition at line 75 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__2_sqrtpi () throw () [inline], [static] Constant $ 2 / t(i) $. Definition at line 78 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__euler () throw () [inline], [static] Constant Euler-Mascheroni $ e $. Definition at line 99 of file special_function_util.h. Referenced by std::tr1::__detail::__log_gamma_lanczos(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__gamma_e () throw () [inline], [static] Constant Euler's constant $ mma_E $. Definition at line 96 of file special_function_util.h. Referenced by std::tr1::__detail::__expint_E1_series(), std::tr1::__detail::__expint_Ei_series(), std::tr1::__detail::__expint_En_series(), std::tr1::__detail::__hyperg_reflect(), and std::tr1::__detail::__psi_series(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__lnpi () throw () [inline], [static] Constant $ (i) $. Definition at line 93 of file special_function_util.h. Referenced by std::tr1::__detail::__log_gamma(), and std::tr1::__detail::__sph_legendre(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi () throw () [inline], [static] Constant $ i $. Definition at line 63 of file special_function_util.h. Referenced by std::tr1::__detail::__airy(), std::tr1::__detail::__bessel_ik(), std::tr1::__detail::__bessel_jn(), std::tr1::__detail::__ellint_1(), std::tr1::__detail::__ellint_2(), std::tr1::__detail::__ellint_3(), std::tr1::__detail::__psi(), std::tr1::__detail::__riemann_zeta(), and std::tr1::__detail::__riemann_zeta_glob(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_2 () throw () [inline], [static] Constant $ i / 2 $. Definition at line 66 of file special_function_util.h. Referenced by std::tr1::__detail::__comp_ellint_1_series(), std::tr1::__detail::__comp_ellint_2_series(), and std::tr1::__detail::__poly_laguerre_large_n(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_3 () throw () [inline], [static] Constant $ i / 3 $. Definition at line 69 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_4 () throw () [inline], [static] Constant $ i / 4 $. Definition at line 72 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt1_2 () throw () [inline], [static] Constant $ 1 / sqrt(2) $. Definition at line 90 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt2 () throw () [inline], [static] Constant $ t(2) $. Definition at line 81 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt3 () throw () [inline], [static] Constant $ t(3) $. Definition at line 84 of file special_function_util.h. Referenced by std::tr1::__detail::__airy(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrtpio2 () throw () [inline], [static] Constant $ t(i/2) $. Definition at line 87 of file special_function_util.h. Referenced by std::tr1::__detail::__sph_bessel_ik(), and std::tr1::__detail::__sph_bessel_jn(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 std::tr1::__detail::__numeric_constants< _Tp >(3cxx)
Man Page