Home
last modified time | relevance | path

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

/third_party/boost/boost/mpl/
Dempty_sequence.hpp24 struct empty_sequence struct
27 typedef empty_sequence type;
28 struct begin { typedef random_access_iterator_tag category; };
29 typedef begin end;
/third_party/boost/libs/beast/test/beast/core/
Dbuffers_cat.cpp157 struct empty_sequence in testEmpty() struct
159 using value_type = net::const_buffer; in testEmpty()
160 using const_iterator = value_type const*; in testEmpty()
163 begin() const noexcept in testEmpty()
169 end() const noexcept in testEmpty()
175 value_type v_; in testEmpty()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dempty_sequence.rst3 empty_sequence title