.TH "__gnu_cxx::__detail::_Ffit_finder< _Tp >" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __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\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< std::pair< _Tp, _Tp >, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBstd::pair\fP< _Tp, _Tp > \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "typedef bool \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "std::size_t * \fB_M_get\fP () const throw ()" .br .ti -1c .RI "_Counter_type \fB_M_offset\fP () const throw ()" .br .ti -1c .RI "bool \fBoperator()\fP (\fB_Block_pair\fP __bp) throw ()" .br .in -1c .SH "Detailed Description" .PP .SS "template .br 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\&. .PP Definition at line \fB329\fP of file \fBbitmap_allocator\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef \fBstd::pair\fP< _Tp, _Tp > \fBstd::unary_function\fP< \fBstd::pair\fP< _Tp, _Tp > , bool >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line \fB120\fP of file \fBstl_function\&.h\fP\&. .SS "typedef bool \fBstd::unary_function\fP< \fBstd::pair\fP< _Tp, _Tp > , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB123\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_cxx::__detail::_Ffit_finder\fP< _Tp >::_Ffit_finder ()\fC [inline]\fP" .PP Definition at line \fB340\fP of file \fBbitmap_allocator\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template std::size_t * \fB__gnu_cxx::__detail::_Ffit_finder\fP< _Tp >::_M_get () const\fC [inline]\fP" .PP Definition at line \fB379\fP of file \fBbitmap_allocator\&.h\fP\&. .SS "template _Counter_type \fB__gnu_cxx::__detail::_Ffit_finder\fP< _Tp >::_M_offset () const\fC [inline]\fP" .PP Definition at line \fB383\fP of file \fBbitmap_allocator\&.h\fP\&. .SS "template bool \fB__gnu_cxx::__detail::_Ffit_finder\fP< _Tp >::operator() (\fB_Block_pair\fP __bp)\fC [inline]\fP" .PP Definition at line \fB344\fP of file \fBbitmap_allocator\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.