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
  411       static constexpr flag_type icase = regex_constants::icase;
  412       static constexpr flag_type nosubs = regex_constants::nosubs;
  413       static constexpr flag_type optimize = regex_constants::optimize;
  414       static constexpr flag_type collate = regex_constants::collate;
  415       static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
  416       static constexpr flag_type basic = regex_constants::basic;
  417       static constexpr flag_type extended = regex_constants::extended;
  418       static constexpr flag_type awk = regex_constants::awk;
  419       static constexpr flag_type grep = regex_constants::grep;
  420       static constexpr flag_type egrep = regex_constants::egrep;
  444       basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
  461 		  flag_type __f = ECMAScript)
  492 		    flag_type __f = ECMAScript)
  511 		    flag_type __f = ECMAScript)
  523       basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript)
  622       assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
  639       assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
  656 	       flag_type __flags = ECMAScript)
  678 	       flag_type __flags = ECMAScript)
  693       assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript)
  713       flag_type
  764 		    flag_type __f)
  783       flag_type              _M_flags;