Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h45 struct constexpr_char_traits struct
47 typedef CharT char_type;
48 typedef int int_type;
49 typedef std::streamoff off_type;
50 typedef std::streampos pos_type;
51 typedef std::mbstate_t state_type;
55 static TEST_CONSTEXPR_CXX14 void assign(char_type& c1, const char_type& c2) TEST_NOEXCEPT in assign()
58 static TEST_CONSTEXPR bool eq(char_type c1, char_type c2) TEST_NOEXCEPT in eq()
61 static TEST_CONSTEXPR bool lt(char_type c1, char_type c2) TEST_NOEXCEPT in lt()
90 constexpr_char_traits<CharT>::compare(const char_type* s1, const char_type* s2, std::size_t n) in compare() argument