Searched defs:cbegin (Results 1 – 2 of 2) sorted by relevance
77 const_iterator cbegin() const { return elems; } in cbegin() function in boost::array218 … const_iterator cbegin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); } in cbegin() function in boost::array
61 const_iterator cbegin() const _NOEXCEPT { return v_.cbegin(); } in cbegin() function in nasty_vector188 const_iterator cbegin() const _NOEXCEPT { return l_.cbegin(); } in cbegin() function in nasty_list