std::basic_regex<CharT,Traits>::flags

Returns the regular expression syntax flags as set in the constructor or the last call to assign().

# Declarations

flag_type flags() const;

(since C++11)

# Return value

Current regular expression syntax flags.

# Example

This section is incompleteReason: no example