libfxd
0.2.dev
A fixed-point library for C++.
Main Page
Related Pages
Namespaces
Concepts
Classes
Files
Examples
File List
File Members
Loading...
Searching...
No Matches
error.hpp
Go to the documentation of this file.
1
/*
2
* libfxd - a fixed-point library for C++
3
*
4
* Copyright 2023 Daniel K. O.
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef LIBFXD_ERROR_HPP
9
#define LIBFXD_ERROR_HPP
10
11
namespace
fxd
{
12
14
enum class
error
{
15
underflow
,
16
overflow
,
17
not_a_number
18
};
19
20
}
21
22
#endif
fxd
This is the namespace where the entire library is defined.
Definition:
casting.hpp:19
fxd::error
error
Error values reported by fxd::expect function.
Definition:
error.hpp:14
fxd::error::underflow
@ underflow
fxd::error::overflow
@ overflow
fxd::error::not_a_number
@ not_a_number
include
fxd
error.hpp
Generated by
1.9.6