rippled
Loading...
Searching...
No Matches
error.h
1#ifndef XRPL_CONDITIONS_ERROR_H
2#define XRPL_CONDITIONS_ERROR_H
3
4#include <system_error>
5
6namespace ripple {
7namespace cryptoconditions {
8
28
31
32} // namespace cryptoconditions
33} // namespace ripple
34
35namespace std {
36
37template <>
39{
40 explicit is_error_code_enum() = default;
41
42 static bool const value = true;
43};
44
45} // namespace std
46
47#endif
std::error_code make_error_code(error ev)
Definition error.cpp:111
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
STL namespace.