Home
last modified time | relevance | path

Searched defs:as_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/container/
Dsmall_vector.hpp135 BOOST_CONTAINER_FORCEINLINE allocator_type &as_base() BOOST_NOEXCEPT in as_base() function in boost::container::small_vector_allocator
413 base_type &as_base() { return static_cast<base_type&>(*this); } in as_base() function in boost::container::small_vector_base
414 const base_type &as_base() const { return static_cast<const base_type&>(*this); } in as_base() function in boost::container::small_vector_base