Go to the documentation of this file.
6 #ifndef pointeroutput_hh
7 #define pointeroutput_hh
22 if (val) os <<
"&" << *val;
28 if (val) os <<
"&" << *val;
34 #endif // pointeroutput_hh
void pointerOutput(std::ostream &os, const F &val)
Basic namespace for Concepts-2.