#include <sstream>
#include <bit/except.h>
Go to the source code of this file.
Namespaces | |
namespace | bit |
namespace | bit::exception |
namespace | bit::exception::type |
Classes | |
struct | bit::type_exception |
Base struct for all type exceptions. More... | |
struct | bit::exception::type::integer_length |
Integer length: Integer length must be <= 64. More... | |
struct | bit::exception::type::floating_point_length |
Bad floating point length: length must be 32 or 64. More... |