Stxxl
1.3.2
|
Equivalent to std::unique algorithms. More...
#include <unique.h>
Public Types | |
typedef Input::value_type | value_type |
Standard stream typedef. More... | |
Public Member Functions | |
unique (Input &input_, BinaryPredicate binary_pred_) | |
unique & | operator++ () |
Standard stream method. More... | |
const value_type & | operator* () const |
Standard stream method. More... | |
const value_type * | operator-> () const |
Standard stream method. More... | |
bool | empty () const |
Standard stream method. More... | |
Equivalent to std::unique algorithms.
Removes consecutive duplicates from the stream. Uses BinaryPredicate to compare elements of the stream
typedef Input::value_type stream::unique< Input, BinaryPredicate >::value_type |
Standard stream typedef.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.