#include "di/meta/algorithm.h"#include "di/meta/common.h"#include "di/meta/core.h"#include "di/meta/operations.h"#include "di/util/declval.h"#include "di/vocab/error/error.h"#include "di/vocab/variant/variant.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
| namespace | di::meta::detail |
| namespace | di::concepts |
Concepts | |
| concept | di::meta::detail::HasCustomCommonError |
| concept | di::meta::detail::ConvertibleToError |
| concept | di::meta::detail::CommonErrorIsError |
| concept | di::concepts::CommonErrorWith |
Typedefs | |
| template<typename... Types> | |
| using | di::meta::CommonError = detail::CommonErrorHelper<Types...>::Type |