std::tr1::_Reference_wrapper_base.3cxx

Langue: en

Version: 341101 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::_Reference_wrapper_base -

SYNOPSIS


Inherits _Reference_wrapper_base_impl< _Derives_from_unary_function< _Tp >::value, _Derives_from_binary_function< _Tp >::value, _Tp >.

Detailed Description

template<typename _Tp> struct std::tr1::_Reference_wrapper_base< _Tp >

Derives from unary_function or binary_function when it can. Specializations handle all of the easy cases. The primary template determines what to do with a class type, which may derive from both unary_function and binary_function.

Definition at line 345 of file tr1_impl/functional.

Author

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