libstdc++
__gnu_cxx::__detail::_Ffit_finder< _Tp > Class Template Reference
Inheritance diagram for __gnu_cxx::__detail::_Ffit_finder< _Tp >:

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp>
class __gnu_cxx::__detail::_Ffit_finder< _Tp >

The class which acts as a predicate for applying the first-fit memory allocation policy for the bitmap allocator.

Definition at line 332 of file bitmap_allocator.h.


Member Typedef Documentation

typedef std::pair< _Tp, _Tp > std::unary_function< std::pair< _Tp, _Tp > , bool >::argument_type [inherited]

argument_type is the type of the argument

Definition at line 105 of file stl_function.h.

typedef bool std::unary_function< std::pair< _Tp, _Tp > , bool >::result_type [inherited]

result_type is the return type

Definition at line 108 of file stl_function.h.


The documentation for this class was generated from the following file: