Standard C++ Library Reference ISO/IEC (VERSION3)

For a controlled sequence of length N (> 0), the predicate pr(*Pi, *Pj) is evaluated N - 1
times.
An exception occurs only if pr throws an exception. In that case, the controlled sequence is left
in an unspecified state and the exception is rethrown.
slist::value_type
typedef typename A::value_type value_type;
The type is a synonym for the template parameter T.
swap
template<class T, class A>
void swap(
slist <T, A>& lhs,
slist <T, A>& rhs);
The template function executes lhs.swap(rhs).
See also the Table of Contents and the Index.
Copyright © 1999-2001 by P.J. Plauger. All rights reserved.