LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pair.hxx File Reference

An std::pair with support for printing. More...

#include <ostream>
#include <misc/deref.hh>
#include <misc/pair.hh>
Include dependency graph for pair.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  misc
 Handling of generic, oriented or undirected, graph.

Functions

template<class Fst , typename Snd >
pair< Fst, Snd > misc::make_pair (Fst fst, Snd snd)
 Shorthand to create pair (fst, snd).
template<class Fst , typename Snd >
std::ostream & misc::operator<< (std::ostream &ostr, const pair< Fst, Snd > &p)
 Output the pair object s on ostr.

Detailed Description

An std::pair with support for printing.