capydi
Loading...
Searching...
No Matches
capy::di::IsCreationalConfig< Config > Struct Template Reference

Type trait that checks if a type is a CreationalConfig. More...

#include <CreationalConfig.hpp>

Static Public Attributes

static constexpr bool value = CreationalConfig<Config>

Detailed Description

template<typename Config>
struct capy::di::IsCreationalConfig< Config >

Type trait that checks if a type is a CreationalConfig.

Useful for type filtering and pack operations.

Template Parameters
ConfigThe type to check. @member value Boolean indicating whether Config satisfies CreationalConfig.
Examples
/capydi/core/root/include/capydi/configs/concepts/CreationalConfig.hpp.

Member Data Documentation

◆ value

template<typename Config>
bool capy::di::IsCreationalConfig< Config >::value = CreationalConfig<Config>
staticconstexpr

The documentation for this struct was generated from the following file: