Searched defs:sequence_container_interface (Results 1 – 2 of 2) sorted by relevance
139 struct sequence_container_interface struct143 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 …]
21 using sequence_container_interface = typedef25 using sequence_container_interface = typedef