Classes | |
| class | insert_iterator< vcsn::misc::Bitset > | 
| Specialized insert_iterator.  More... | |
Functions | |
| template<typename U, typename V> | |
| std::ostream & | operator<< (std::ostream &o, std::pair< U, V > p) | 
| Display a single pair.   | |
| template<typename U, typename V, class Traits, class Allocator> | |
| std::ostream & | operator<< (std::ostream &o, std::basic_string< std::pair< U, V >, Traits, Allocator > s) | 
| Display a basic_string of pair.  | |
| template<typename U, typename V> | |
| std::istream & | operator>> (std::istream &i, std::pair< U, V > &p) | 
| Read a single pair.  | |
| template<typename S, typename T1, typename T2> | |
| void | swap (vcsn::Element< S, T1 > &e1, vcsn::Element< S, T2 > &e2) | 
| Swap to Element instances with the same structure.   | |
| template<typename S, typename T> | |
| void | swap (vcsn::Element< S, T > &e1, T &v2) | 
| Swap between Element and foreign values (left).  | |
| template<typename T, typename S> | |
| void | swap (T &v1, vcsn::Element< S, T > &e2) | 
| Swap between Element and foreign values (right).  | |
| template<> | |
| void | swap (vcsn::misc::Bitset &lhs, vcsn::misc::Bitset &rhs) | 
| Specialized swap.  | |
| std::ostream & operator<< | ( | std::ostream & | o, | |
| std::pair< U, V > | p | |||
| ) |  [inline] | 
        
Display a single pair.
It assumes that each element of the pair is printable (i.e. the operator<< is defined on it).
Definition at line 61 of file couple_letter.hxx.
 1.5.6