rippled
Loading...
Searching...
No Matches
error.h
1#pragma once
2
3#include <system_error>
4
5namespace xrpl {
6namespace cryptoconditions {
7
27
30
31} // namespace cryptoconditions
32} // namespace xrpl
33
34namespace std {
35
36template <>
38{
39 explicit is_error_code_enum() = default;
40
41 static bool const value = true;
42};
43
44} // namespace std
STL namespace.
std::error_code make_error_code(error ev)
Definition error.cpp:109
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5