Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h84 using char_type = _CharT;
85 using int_type = int;
86 using off_type = streamoff;
87 using pos_type = streampos;
88 using state_type = mbstate_t;
91 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT { in assign()
102 compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare()
111 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR_SINCE_CXX17 size_t length(const char_type* __s) { in length()
118 find(const char_type* __s, size_t __n, const char_type& __a) { in find()
145 … "char_traits::copy: source and destination ranges overlap"); in copy() argument
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dstring.h23 struct _LIBCPP_TEMPLATE_VIS char_traits; variable