summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/copy_n.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/copy_n.hpp')
-rw-r--r--boost/compute/algorithm/copy_n.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/copy_n.hpp b/boost/compute/algorithm/copy_n.hpp
index f0989edc67..5280193497 100644
--- a/boost/compute/algorithm/copy_n.hpp
+++ b/boost/compute/algorithm/copy_n.hpp
@@ -30,6 +30,8 @@ namespace compute {
/// boost::compute::copy_n(values, 4, vec.begin(), queue);
/// \endcode
///
+/// Space complexity: \Omega(1)
+///
/// \see copy()
template<class InputIterator, class Size, class OutputIterator>
inline OutputIterator copy_n(InputIterator first,