#include <OpenMesh/Core/System/config.h>#include <typeinfo>#include <stdexcept>#include <sstream>#include <numeric>

Go to the source code of this file.
Classes | |
| struct | OpenMesh::IO::binary< T > |
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::IO |
Defines | |
| #define | X |
Functions | |
| static const size_t | OpenMesh::IO::UnknownSize (size_t(-1)) |
| #define X |
std::ostringstream msg; \ msg << "Type not supported: " << typeid(value_type).name(); \ throw std::logic_error(msg.str())
Definition at line 81 of file SR_binary.hh.