summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/is_partitioned.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/is_partitioned.hpp')
-rw-r--r--boost/compute/algorithm/is_partitioned.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/is_partitioned.hpp b/boost/compute/algorithm/is_partitioned.hpp
index 3916825057..6ad24f240f 100644
--- a/boost/compute/algorithm/is_partitioned.hpp
+++ b/boost/compute/algorithm/is_partitioned.hpp
@@ -21,6 +21,8 @@ namespace compute {
/// Returns \c true if the values in the range [\p first, \p last)
/// are partitioned according to \p predicate.
+///
+/// Space complexity: \Omega(1)
template<class InputIterator, class UnaryPredicate>
inline bool is_partitioned(InputIterator first,
InputIterator last,