#include "di/vocab/error/status_code.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::vocab |
Functions | |
template<typename T, typename U> | |
constexpr auto | di::vocab::operator== (StatusCode< T > const &a, StatusCode< U > const &b) -> bool |
template<typename T, typename U> requires (concepts::ConvertibleToAnyStatusCode<U const&>) | |
constexpr auto | di::vocab::operator== (StatusCode< T > const &a, U const &b) -> bool |
template<typename T, typename U> requires (concepts::ConvertibleToAnyStatusCode<T const&>) | |
constexpr auto | di::vocab::operator== (T const &a, U const &b) -> bool |