Class documentation of Concepts

Loading...
Searching...
No Matches
pointerOutput.hh File Reference
#include "outputOperator.hh"

Go to the source code of this file.

Namespaces

namespace  concepts
 

Functions

template<class F >
void concepts::pointerOutput (std::ostream &os, const F &val)
 
template<class F >
void concepts::pointerOutput (std::ostream &os, const F *val)
 
template<class F >
void concepts::pointerOutput (std::ostream &os, F *val)
 

Detailed Description

Alternative output of pointer (as dereference if possible)

Definition in file pointerOutput.hh.