Electroneum
error.cpp File Reference
#include "error.h"
#include <string>
Include dependency graph for error.cpp:

Go to the source code of this file.

Functions

std::error_category const & common_category () noexcept
 

Function Documentation

◆ common_category()

std::error_category const& common_category ( )
noexcept

Definition at line 70 of file error.cpp.

71 {
72  static const category instance{};
73  return instance;
74 }
Here is the caller graph for this function: