#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) |
Alternative output of pointer (as dereference if possible)
Definition in file pointerOutput.hh.