|
capydi
|
#include <Transient.hpp>


Public Types | |
| using | CentralType = Type |
| using | ResolutionKeysPack |
| using | DependenciesPack = meta::args_pack_t<decltype(CentralType::create)> |
Public Member Functions | |
| template<typename... Dependencies> | |
| std::expected< meta::RuntimeRef< Type >, Error > | do_resolve (meta::Pack< Type > keys, std::tuple< Dependencies... > &dependencies, meta::wrapped_with< ResolutionContext > auto &context, const auto &input) const |
| template<typename... Dependencies> | |
| std::expected< meta::RuntimeRef< const Type >, Error > | do_resolve (meta::Pack< const Type > keys, std::tuple< Dependencies... > &dependencies, meta::wrapped_with< ResolutionContext > auto &context, const auto &input) const |
| template<std::size_t DependencyIndex> | |
| std::optional< std::tuple<> > | get_dependencies_input () const |
| Public Member Functions inherited from capy::di::DecoratableConfig< Transient< Type > > | |
| auto | with (Args &&... args) && |
Static Public Attributes | |
| static constexpr ConfigType | CONFIG_TYPE = ConfigType::CREATIONAL |
| using capy::di::Transient< Type >::CentralType = Type |
| using capy::di::Transient< Type >::DependenciesPack = meta::args_pack_t<decltype(CentralType::create)> |
| using capy::di::Transient< Type >::ResolutionKeysPack |
|
inline |

|
inline |

|
inline |
|
staticconstexpr |