Function object to dump an std::pair to the given output stream. More...
#include <Robots/LoBot/util/LoDebug.H>
Public Member Functions | |
dump_pair (std::ostream &s) | |
void | operator() (const std::pair< T1, T2 > &p) const |
Function object to dump an std::pair to the given output stream.
Definition at line 93 of file LoDebug.H.