Lines Matching refs:containers
107 pw::containers::FlatMap
110 value. ``pw::containers::FlatMap`` contains the same methods and features for
112 underlying data. The underlying array in ``pw::containers::FlatMap`` does not
113 need to be sorted. During construction, ``pw::containers::FlatMap`` will
116 pw::containers::FilteredView
118 ``pw::containers::FilteredView`` provides a view of a container that only
134 pw::containers::WrappedIterator
136 ``pw::containers::WrappedIterator`` is a class that makes it easy to wrap an
152 : public pw::containers::WrappedIterator<DoubleIterator, const int*, int> {
184 pw::containers::to_array
186 ``pw::containers::to_array`` is a C++14-compatible implementation of C++20's
197 .. cpp:function:: bool pw::containers::AllOf()
203 .. cpp:function:: bool pw::containers::AnyOf()
209 .. cpp:function:: bool pw::containers::NoneOf()
215 .. cpp:function:: pw::containers::ForEach()
221 .. cpp:function:: pw::containers::Find()
227 .. cpp:function:: pw::containers::FindIf()
233 .. cpp:function:: pw::containers::FindIfNot()
239 .. cpp:function:: pw::containers::FindEnd()
245 .. cpp:function:: pw::containers::FindFirstOf()
252 .. cpp:function:: pw::containers::AdjacentFind()
258 .. cpp:function:: pw::containers::Count()
264 .. cpp:function:: pw::containers::CountIf()
270 .. cpp:function:: pw::containers::Mismatch()
273 return the first element where two ordered containers differ. Applies ``==``
280 .. cpp:function:: bool pw::containers::Equal()
283 test whether two containers are equal.
293 .. cpp:function:: bool pw::containers::IsPermutation()
299 .. cpp:function:: pw::containers::Search()
305 .. cpp:function:: pw::containers::SearchN()