#include "di/meta/core.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
Variables | |
| template<typename A, typename B> | |
| constexpr bool | di::meta::matching_sig = false |
| template<typename T, typename... A, typename U, typename... B> | |
| constexpr bool | di::meta::matching_sig< T(A...), U(B...)> = concepts::SameAs<T(A&&...), U(B&&...)> |