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

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

#include <ChainableConfig.hpp>

Static Public Attributes

static constexpr bool value = ChainableConfig<Config>

Detailed Description

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

Type trait that checks if a type is a ChainableConfig.

Useful for type filtering and pack operations.

Template Parameters
ConfigThe type to check. @member value Boolean indicating whether Config satisfies ChainableConfig.

Member Data Documentation

◆ value

template<typename Config>
bool capy::di::IsChainableConfig< Config >::value = ChainableConfig<Config>
staticconstexpr

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