#include <ChainableConfigDispatcher.hpp>
|
| constexpr | ChainableConfigDispatcher (Configs &&... configs) |
| template<typename RelatedKey, typename RelatedEntity> |
| constexpr Resolution< RelatedEntity, Error > auto | apply_configs_chain (meta::Reference< RelatedEntity > auto entity, meta::wrapped_with< ResolutionContext > auto &context) const |
| template<typename RelatedEntity> |
| constexpr Resolution< RelatedEntity, Error > auto | perform_piping (const auto &configs_array, meta::wrapped_with< ResolutionContext > auto &context, meta::Reference< RelatedEntity > auto entity, std::size_t current_index) const |
◆ ChainableConfigDispatcher()
template<ChainableConfig... Configs>
◆ apply_configs_chain()
template<ChainableConfig... Configs>
template<typename RelatedKey, typename RelatedEntity>
◆ perform_piping()
template<ChainableConfig... Configs>
template<typename RelatedEntity>
The documentation for this class was generated from the following file: