Iros
Loading...
Searching...
No Matches
status_code.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/meta/core.h
"
4
#include "
di/vocab/error/status_code_forward_declaration.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
T>
8
concept
StatusCode
=
InstanceOf<meta::RemoveCVRef<T>
,
vocab::StatusCode
>;
9
}
di::vocab::StatusCode
Definition
status_code_forward_declaration.h:11
di::concepts::InstanceOf
Definition
core.h:139
di::concepts::StatusCode
Definition
status_code.h:8
core.h
di::concepts
Definition
any_storable.h:9
status_code_forward_declaration.h
libs
di
include
di
vocab
error
concepts
status_code.h
Generated by
1.13.0