Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

[Home]erase_range

Synopsis

template<
      typename Sequence
    , typename First
    , typename Last
    >
struct erase_range
{
    typedef implementation-defined type;
};

Description

[to do]

Definition

#include "boost/mpl/erase_range.hpp"

Parameters

 Parameter  Requirement  Description  Default argument  
ParamA model of Concept[to do][to do]

Members

 Member  Description  
type[to do]

Complexity

[to do]

Example

[to do]

See also

Algorithms, erase, erase_all, erase_if


Table of Contents
Last edited February 19, 2002 3:55 am