Home
last modified time | relevance | path

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

/third_party/boost/boost/stl_interfaces/
Dsequence_container_interface.hpp139 struct sequence_container_interface struct
143 constexpr Derived & derived() noexcept in derived()
147 constexpr const Derived & derived() const noexcept in derived()
151 constexpr Derived & mutable_derived() const noexcept in mutable_derived()
159 constexpr auto empty() noexcept( in empty()
167 constexpr auto empty() const noexcept(noexcept( in empty()
181 constexpr auto data() noexcept(noexcept(std::declval<D &>().begin())) in data()
190 constexpr auto data() const in data()
198 constexpr auto size() in size()
209 constexpr auto size() const noexcept(noexcept( in size()
[all …]
/third_party/boost/libs/stl_interfaces/example/
Dstatic_vector.hpp21 using sequence_container_interface = typedef
25 using sequence_container_interface = typedef