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
  284       assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  284       assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  288       eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  288       eq(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  292       lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  292       lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
  300       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  300       compare(const char_type* __s1, const char_type* __s2, size_t __n)
  314       length(const char_type* __s)
  323       static _GLIBCXX17_CONSTEXPR const char_type*
  324       find(const char_type* __s, size_t __n, const char_type& __a)
  324       find(const char_type* __s, size_t __n, const char_type& __a)
  337       static char_type*
  338       move(char_type* __s1, const char_type* __s2, size_t __n)
  338       move(char_type* __s1, const char_type* __s2, size_t __n)
  345       static char_type*
  346       copy(char_type* __s1, const char_type* __s2, size_t __n)
  346       copy(char_type* __s1, const char_type* __s2, size_t __n)
  353       static char_type*
  354       assign(char_type* __s, size_t __n, char_type __a)
  354       assign(char_type* __s, size_t __n, char_type __a)
  361       static _GLIBCXX_CONSTEXPR char_type
  368       to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT