HelenOS sources
begin 76 uspace/lib/cpp/include/__bits/adt/array.hpp iterator begin() noexcept
begin 503 uspace/lib/cpp/include/__bits/adt/deque.hpp iterator begin() noexcept
begin 508 uspace/lib/cpp/include/__bits/adt/deque.hpp const_iterator begin() const noexcept
begin 153 uspace/lib/cpp/include/__bits/adt/hash_table.hpp iterator begin() noexcept
begin 162 uspace/lib/cpp/include/__bits/adt/hash_table.hpp const_iterator begin() const noexcept
begin 351 uspace/lib/cpp/include/__bits/adt/hash_table.hpp local_iterator begin(size_type n)
begin 356 uspace/lib/cpp/include/__bits/adt/hash_table.hpp const_local_iterator begin(size_type n) const
begin 60 uspace/lib/cpp/include/__bits/adt/initializer_list.hpp constexpr iterator begin() const noexcept
begin 84 uspace/lib/cpp/include/__bits/adt/initializer_list.hpp constexpr auto begin(initializer_list<T> init)
begin 506 uspace/lib/cpp/include/__bits/adt/list.hpp iterator begin() noexcept
begin 511 uspace/lib/cpp/include/__bits/adt/list.hpp const_iterator begin() const noexcept
begin 195 uspace/lib/cpp/include/__bits/adt/map.hpp iterator begin() noexcept
begin 200 uspace/lib/cpp/include/__bits/adt/map.hpp const_iterator begin() const noexcept
begin 854 uspace/lib/cpp/include/__bits/adt/map.hpp iterator begin() noexcept
begin 859 uspace/lib/cpp/include/__bits/adt/map.hpp const_iterator begin() const noexcept
begin 115 uspace/lib/cpp/include/__bits/adt/rbtree.hpp iterator begin()
begin 120 uspace/lib/cpp/include/__bits/adt/rbtree.hpp const_iterator begin() const
begin 171 uspace/lib/cpp/include/__bits/adt/set.hpp iterator begin() noexcept
begin 176 uspace/lib/cpp/include/__bits/adt/set.hpp const_iterator begin() const noexcept
begin 652 uspace/lib/cpp/include/__bits/adt/set.hpp iterator begin() noexcept
begin 657 uspace/lib/cpp/include/__bits/adt/set.hpp const_iterator begin() const noexcept
begin 214 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp iterator begin() noexcept
begin 219 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const_iterator begin() const noexcept
begin 642 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp local_iterator begin(size_type idx)
begin 647 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const_local_iterator begin(size_type idx) const
begin 891 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp iterator begin() noexcept
begin 896 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const_iterator begin() const noexcept
begin 1074 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp local_iterator begin(size_type idx)
begin 1079 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const_local_iterator begin(size_type idx) const
begin 219 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp iterator begin() noexcept
begin 224 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const_iterator begin() const noexcept
begin 383 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp local_iterator begin(size_type idx)
begin 388 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const_local_iterator begin(size_type idx) const
begin 635 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp iterator begin() noexcept
begin 640 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const_iterator begin() const noexcept
begin 799 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp local_iterator begin(size_type idx)
begin 804 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const_local_iterator begin(size_type idx) const
begin 205 uspace/lib/cpp/include/__bits/adt/vector.hpp iterator begin() noexcept
begin 210 uspace/lib/cpp/include/__bits/adt/vector.hpp const_iterator begin() const noexcept
begin 1026 uspace/lib/cpp/include/__bits/iterator.hpp auto begin(Container& c) -> decltype(c.begin())
begin 1032 uspace/lib/cpp/include/__bits/iterator.hpp auto begin(const Container& c) -> decltype(c.begin())
begin 1050 uspace/lib/cpp/include/__bits/iterator.hpp constexpr T* begin(T (&array)[N]) noexcept
begin 622 uspace/lib/cpp/include/__bits/string/string.hpp iterator begin() noexcept
begin 627 uspace/lib/cpp/include/__bits/string/string.hpp const_iterator begin() const noexcept
HelenOS homepage, sources at GitHub