#include <di/container/action/sequence.h>
|
template<concepts::ViewableContainer Con, typename F, typename T = meta::ContainerReference<Con>, typename R = meta::InvokeResult<F, T>, typename G = meta::LikeExpected<R, void>> |
constexpr auto | operator() (Con &&container, F function) const -> G |
|
◆ operator()()
template<concepts::ViewableContainer Con, typename F, typename T = meta::ContainerReference<Con>, typename R = meta::InvokeResult<F, T>, typename G = meta::LikeExpected<R, void>>
auto di::container::detail::SequenceFunction::operator() |
( |
Con && | container, |
|
|
F | function ) const -> G |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: