summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/iota.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/iota.hpp')
-rw-r--r--boost/compute/algorithm/iota.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/iota.hpp b/boost/compute/algorithm/iota.hpp
index 084c3d8d97..4cd7aa9c7b 100644
--- a/boost/compute/algorithm/iota.hpp
+++ b/boost/compute/algorithm/iota.hpp
@@ -26,6 +26,8 @@ namespace compute {
/// \snippet test/test_iota.cpp iota
///
/// Will fill \c vec with the values (\c 0, \c 1, \c 2, \c ...).
+///
+/// Space complexity: \Omega(1)
template<class BufferIterator, class T>
inline void iota(BufferIterator first,
BufferIterator last,