STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Range Adaptors
[RangeLib]

Range adaptor templates. More...

Compounds

class  filtered_range
 This class adapts an STL sequence instance into a Range. More...

class  indirect_range_adaptor
 Runtime adaptor that adapts a Basic Indirect range to an Indirect range. More...

class  iterator_range
 This class adapts an iterator pair into a Range. More...

struct  iterator_range_traits
 Traits class for determining the attributes of range-adapted iterator types. More...

class  r_back_insert_range
 Adapts a range for back-insertion. More...

class  sequence_range
 This class adapts an STL sequence instance into a Range. More...

struct  sequence_range_traits
 Traits class for determining the attributes of range-adapted sequence container types. More...


Functions

template<class R> r_back_insert_range< R > r_back_inserter (R &r)
 Returns an instance of r_back_insert_range<R>.


Detailed Description

Range adaptor templates.


Function Documentation

r_back_insert_range<R> r_back_inserter R &    r [inline]
 

Returns an instance of r_back_insert_range<R>.


STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004