debian man page for __gnu_cxx::__detail::_ffit_finder

Query: __gnu_cxx::__detail::_ffit_finder

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx)							    __gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx)

NAME
__gnu_cxx::__detail::_Ffit_finder< _Tp > -
SYNOPSIS
Inherits std::unary_function< std::pair< _Tp, _Tp >, bool >. Public Types typedef std::pair< _Tp, _Tp > argument_type typedef bool result_type Public Member Functions size_t * _M_get () const throw () _Counter_type _M_offset () const throw () bool operator() (_Block_pair __bp) throw () 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 335 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx)
Related Man Pages
std::complex(3) - centos
__gnu_cxx::bitmap_allocator(3) - debian
std::slice_array(3) - debian
__gnu_cxx::__detail(3cxx) - debian
std::atomic(3cxx) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?