Stax
Programming language
Loading...
Searching...
No Matches
stax::result::IsErrorCode Concept Reference

#include <result.hpp>

Concept definition

template<typename T>
concept stax::result::IsErrorCode = requires { make_error_code(T{}); }
Definition result.hpp:21