#include "di/meta/core.h"
#include "di/vocab/error/erased.h"
#include "di/vocab/error/status_code_forward_declaration.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::concepts |
namespace | di::concepts::detail |
Concepts | |
concept | di::concepts::ErasedStatusCode |
Variables | |
template<typename T> | |
constexpr bool | di::concepts::detail::erased_status_code_helper = false |
template<typename T> | |
constexpr bool | di::concepts::detail::erased_status_code_helper< vocab::StatusCode< vocab::Erased< T > > > = true |