tenno
0.1.0
Loading...
Searching...
No Matches
error.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
2
// Author: Giovanni Santini
3
// Mail: giovanni.santini@proton.me
4
// Github: @San7o
5
6
#pragma once
7
8
namespace
tenno
9
{
10
11
enum class
error
12
{
13
out_of_range
= 0,
14
empty
,
15
not_initialized
,
16
_error_max
17
};
18
19
}
// namespace tenno
tenno
Definition
algorithm.hpp:11
tenno::error
error
Definition
error.hpp:12
tenno::error::not_initialized
@ not_initialized
tenno::error::out_of_range
@ out_of_range
tenno::error::_error_max
@ _error_max
tenno::error::empty
@ empty
include
tenno
error.hpp
Generated by
1.12.0