#include <di/container/algorithm/copy_n.h>
|
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 > |
|
◆ operator()()
template<concepts::InputIterator It, concepts::WeaklyIncrementable Out, typename SSizeType = meta::IteratorSSizeType<It>>
requires (concepts::IndirectlyCopyable<It, Out>)
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/copy_n.h