reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/basic_string.h
   86       typedef typename _Traits::char_type		value_type;
usr/include/c++/7.4.0/bits/char_traits.h
  517       assign(char_type& __c1, const char_type& __c2) noexcept
  517       assign(char_type& __c1, const char_type& __c2) noexcept
  521       eq(const char_type& __c1, const char_type& __c2) noexcept
  521       eq(const char_type& __c1, const char_type& __c2) noexcept
  525       lt(const char_type& __c1, const char_type& __c2) noexcept
  525       lt(const char_type& __c1, const char_type& __c2) noexcept
  529       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  529       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  540       length(const char_type* __s)
  548       static _GLIBCXX17_CONSTEXPR const char_type*
  549       find(const char_type* __s, size_t __n, const char_type& __a)
  549       find(const char_type* __s, size_t __n, const char_type& __a)
  557       static char_type*
  558       move(char_type* __s1, const char_type* __s2, size_t __n)
  558       move(char_type* __s1, const char_type* __s2, size_t __n)
  563 		(__builtin_memmove(__s1, __s2, __n * sizeof(char_type))));
  566       static char_type*
  567       copy(char_type* __s1, const char_type* __s2, size_t __n)
  567       copy(char_type* __s1, const char_type* __s2, size_t __n)
  572 		(__builtin_memcpy(__s1, __s2, __n * sizeof(char_type))));
  575       static char_type*
  576       assign(char_type* __s, size_t __n, char_type __a)
  576       assign(char_type* __s, size_t __n, char_type __a)
  583       static constexpr char_type
  588       to_int_type(const char_type& __c) noexcept