man __gnu_cxx::_Rope_Concat_fn (Fonctions bibliothèques) -
NAME
__gnu_cxx::_Rope_Concat_fn -
SYNOPSIS
Inherits binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >.
Detailed Description
template<class _CharT, class _Alloc> struct __gnu_cxx::_Rope_Concat_fn< _CharT, _Alloc >
Definition at line 415 of file rope.
Public Types
typedef rope< _CharT, _Alloc > first_argument_type
typedef rope< _CharT, _Alloc > result_type
typedef rope< _CharT, _Alloc > second_argument_type
Public Member Functions
rope< _CharT, _Alloc > operator() (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y)
Member Typedef Documentation
typedef rope< _CharT, _Alloc > first_argument_type [inherited]
the type of the first argument
Definition at line 116 of file stl_function.h.
typedef rope< _CharT, _Alloc > result_type [inherited]
type of the return type
Definition at line 120 of file stl_function.h.
typedef rope< _CharT, _Alloc > second_argument_type [inherited]
(no surprises here) the type of the second argument
Definition at line 119 of file stl_function.h.
Author
Generated automatically by Doxygen for libstdc++ source from the source code.