mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
copy, copy_if InputIterator 対応
This commit is contained in:
parent
9297b36d0b
commit
ed469abdda
6 changed files with 181 additions and 58 deletions
|
@ -20,14 +20,10 @@ namespace sprout {
|
|||
Result const& result
|
||||
)
|
||||
{
|
||||
return sprout::fixed::detail::copy_impl(
|
||||
return sprout::fixed::copy(
|
||||
first,
|
||||
sprout::next(first, n),
|
||||
result,
|
||||
typename sprout::index_range<0, sprout::fixed_container_traits<Result>::fixed_size>::type(),
|
||||
sprout::fixed_begin_offset(result),
|
||||
sprout::size(result),
|
||||
n
|
||||
result
|
||||
);
|
||||
}
|
||||
} // namespace fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue