#include <di/container/algorithm/fill.h>
|
| template<typename T, concepts::OutputIterator< T const & > Out, concepts::SentinelFor< Out > Sent> |
| constexpr auto | operator() (Out first, Sent last, T const &value) const -> Out |
| |
| template<typename T, concepts::OutputContainer< T const & > Out> |
| constexpr auto | operator() (Out &&container, T const &value) const -> meta::BorrowedIterator< Out > |
| |
◆ operator()() [1/2]
template<typename T, concepts::OutputContainer< T const & > Out>
| auto di::container::detail::FillFunction::operator() |
( |
Out && | container, |
|
|
T const & | value ) const -> meta::BorrowedIterator<Out> |
|
inlineconstexpr |
◆ operator()() [2/2]
template<typename T, concepts::OutputIterator< T const & > Out, concepts::SentinelFor< Out > Sent>
| auto di::container::detail::FillFunction::operator() |
( |
Out | first, |
|
|
Sent | last, |
|
|
T const & | value ) const -> Out |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/fill.h