#include <portable_binary_oarchive.hpp>
◆ exception_code
◆ portable_binary_oarchive_exception()
Definition at line 47 of file portable_binary_oarchive.hpp.
48 boost::archive::archive_exception(boost::archive::archive_exception::other_exception),
enum boost::archive::portable_binary_oarchive_exception::exception_code m_exception_code
◆ what()
| virtual const char* boost::archive::portable_binary_oarchive_exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
Definition at line 51 of file portable_binary_oarchive.hpp.
53 const char *msg =
"programmer error";
56 msg =
"cannot be both big and little endian";
59 msg = boost::archive::archive_exception::what();
enum boost::archive::portable_binary_oarchive_exception::exception_code m_exception_code
◆ m_exception_code
The documentation for this class was generated from the following file: