Home
last modified time | relevance | path

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

/third_party/boost/libs/utility/test/
Dstring_view_constexpr_test1.cpp21 struct constexpr_char_traits struct
23 typedef char char_type;
24 typedef int int_type;
25 typedef std::streamoff off_type;
26 typedef std::streampos pos_type;
27 typedef std::mbstate_t state_type;
52 constexpr int constexpr_char_traits::compare(const char_type* s1, const char_type* s2, size_t n) no… in compare() argument