Iros
 
Loading...
Searching...
No Matches
di::container::detail::FillFunction Struct Reference

#include <di/container/algorithm/fill.h>

Public Member Functions

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 >
 

Member Function Documentation

◆ 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: