pointerOutput.hh File Reference
#include "outputOperator.hh"
Go to the source code of this file.
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
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.