Iros
 
Loading...
Searching...
No Matches
erased_status_code.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/meta/core.h"
6
7namespace di::concepts {
8namespace detail {
9 template<typename T>
10 constexpr inline bool erased_status_code_helper = false;
11
12 template<typename T>
14}
15
16template<typename T>
18}
Definition erased_status_code.h:17
Definition impl.h:7
constexpr bool erased_status_code_helper
Definition erased_status_code.h:10
Definition any_storable.h:9