Searched defs:as_base (Results 1 – 3 of 3) sorted by relevance
56 Base const& as_base = derived; in test() local
135 BOOST_CONTAINER_FORCEINLINE allocator_type &as_base() BOOST_NOEXCEPT in as_base() function in boost::container::small_vector_allocator413 base_type &as_base() { return static_cast<base_type&>(*this); } in as_base() function in boost::container::small_vector_base414 const base_type &as_base() const { return static_cast<const base_type&>(*this); } in as_base() function in boost::container::small_vector_base