choose<Cat> [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category: Component type:
Description
Example
Definition
Template Parameters
Model of
Members
Member Where defined Description
template <class Iterator, class self>
static self add (Iterator i, int, int n, self*)
   
template <class Iterator, class self>
static self sub (Iterator i, int n, self*)
   
template <class self>
static int diff (const self& x, const self& y)
   
template <class Iterator>
static void init (Iterator& iter, int& pos, const Iterator& , const Iterator& finish)
   
template <class self>
static bool lessthan (const self& x, const self& y)
   
template <class self>
static bool notequal (const self& x, const self& y)
   
template <class Iterator>
static Iterator convert (const Iterator& iter, int)
   
template <class Iterator>
static int index (Iterator iter, int)
   
template <class Iterator>
static void inc (Iterator& iter, int&)
   
template <class Iterator>
static void dec (Iterator& iter, int&)
   
template <class Iterator, class Val>
static Val& deref (Iterator iter, int, Val*)
   
template <class Iterator>
void add_assign (Iterator& iter, int&, int n)
   
template <class Iterator>
void sub_assign (Iterator& iter, int&, int n)
   
New members
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.