#include <di/container/view/transform.h>
|
template<typename Con, typename F>
requires (concepts::TagInvocable<TransformFunction, Con, F> || RegularTransform<Con, F>) |
constexpr auto | operator() (Con &&container, F &&function) const |
|
◆ operator()()
template<typename Con, typename
F>
requires (concepts::TagInvocable<
TransformFunction, Con,
F> || RegularTransform<Con,
F>)
auto di::container::view::detail::TransformFunction::operator() |
( |
Con && | container, |
|
|
F && | function ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: