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
  397       assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  397       assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  401       eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  401       eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  405       lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  405       lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  409       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  409       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  424       length(const char_type* __s)
  434       static _GLIBCXX17_CONSTEXPR const char_type*
  435       find(const char_type* __s, size_t __n, const char_type& __a)
  435       find(const char_type* __s, size_t __n, const char_type& __a)
  449       static char_type*
  450       move(char_type* __s1, const char_type* __s2, size_t __n)
  450       move(char_type* __s1, const char_type* __s2, size_t __n)
  457       static char_type*
  458       copy(char_type* __s1, const char_type* __s2, size_t __n)
  458       copy(char_type* __s1, const char_type* __s2, size_t __n)
  465       static char_type*
  466       assign(char_type* __s, size_t __n, char_type __a)
  466       assign(char_type* __s, size_t __n, char_type __a)
  473       static _GLIBCXX_CONSTEXPR char_type
  478       to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT