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

References

usr/include/c++/7.4.0/bits/regex.h
  400       typedef _Ch_type                            value_type;
  444       basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
  445       : basic_regex(__p, __p + char_traits<_Ch_type>::length(__p), __f)
  460       basic_regex(const _Ch_type* __p, std::size_t __len,
  490 	basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
  523       basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript)
  555       operator=(const _Ch_type* __p)
  567       operator=(initializer_list<_Ch_type> __l)
  578 	operator=(const basic_string<_Ch_type, _Ch_traits, _Alloc>& __s)
  622       assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
  639       assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
  655 	assign(const basic_string<_Ch_type, _Ch_traits, _Alloc>& __s,
  693       assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript)