PPL  1.2
Checked_Number_templates.hh File Reference
#include "assertions.hh"
#include <iomanip>
#include <limits>
Include dependency graph for Checked_Number_templates.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Parma_Polyhedra_Library
 The entire library is confined to this namespace.
 

Functions

template<typename T >
Enable_If< Is_Native_Or_Checked< T >::value, void >::type Parma_Polyhedra_Library::ascii_dump (std::ostream &s, const T &t)
 
template<typename T >
Enable_If< Is_Native_Or_Checked< T >::value, bool >::type Parma_Polyhedra_Library::ascii_load (std::istream &s, T &t)