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
  614       assign(char_type& __c1, const char_type& __c2) noexcept
  614       assign(char_type& __c1, const char_type& __c2) noexcept
  618       eq(const char_type& __c1, const char_type& __c2) noexcept
  618       eq(const char_type& __c1, const char_type& __c2) noexcept
  622       lt(const char_type& __c1, const char_type& __c2) noexcept
  622       lt(const char_type& __c1, const char_type& __c2) noexcept
  626       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  626       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  637       length(const char_type* __s)
  645       static _GLIBCXX17_CONSTEXPR const char_type*
  646       find(const char_type* __s, size_t __n, const char_type& __a)
  646       find(const char_type* __s, size_t __n, const char_type& __a)
  654       static char_type*
  655       move(char_type* __s1, const char_type* __s2, size_t __n)
  655       move(char_type* __s1, const char_type* __s2, size_t __n)
  660 		(__builtin_memmove(__s1, __s2, __n * sizeof(char_type))));
  663       static char_type*
  664       copy(char_type* __s1, const char_type* __s2, size_t __n)
  664       copy(char_type* __s1, const char_type* __s2, size_t __n)
  669 		(__builtin_memcpy(__s1, __s2, __n * sizeof(char_type))));
  672       static char_type*
  673       assign(char_type* __s, size_t __n, char_type __a)
  673       assign(char_type* __s, size_t __n, char_type __a)
  680       static constexpr char_type
  685       to_int_type(const char_type& __c) noexcept