Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::concepts |
| namespace | di::concepts::detail |
Concepts | |
| concept | di::concepts::Impl |
Variables | |
| template<typename T, typename I> | |
| constexpr bool | di::concepts::detail::impl_helper = false |
| template<typename T, typename... Methods> | |
| constexpr bool | di::concepts::detail::impl_helper< T, meta::List< Methods... > > = (MethodCallableWith<meta::Type<Methods>, T> && ...) |