Suppport functions for shape printing.
Definition in file printShapes.hpp.
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<typename shape_storage_t > | |
std::ostream & | mm::shapes_internal::printShapes (const shape_storage_t &storage, std::ostream &os) |
Output basic info about given shape storage to os . More... | |
std::ostream& mm::shapes_internal::printShapes | ( | const shape_storage_t & | storage, |
std::ostream & | os | ||
) |
Output basic info about given shape storage to os
.
Definition at line 72 of file printShapes.hpp.