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

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

Public Member Functions

template<concepts::InputIterator It, concepts::WeaklyIncrementable Out, typename SSizeType = meta::IteratorSSizeType<It>>
requires (concepts::IndirectlyCopyable<It, Out>)
constexpr auto operator() (It first, meta::TypeIdentity< SSizeType > n, Out output) const -> InOutResult< It, Out >
 

Member Function Documentation

◆ operator()()

template<concepts::InputIterator It, concepts::WeaklyIncrementable Out, typename SSizeType = meta::IteratorSSizeType<It>>
requires (concepts::IndirectlyCopyable<It, Out>)
auto di::container::detail::CopyNFunction::operator() ( It first,
meta::TypeIdentity< SSizeType > n,
Out output ) const -> InOutResult<It, Out>
inlineconstexpr

The documentation for this struct was generated from the following file: