Section

std::regex_traits

The type trait template regex_traits supplies std::basic_regex with the set of types and functions necessary to operate on the type CharT.

# Declarations

template< class CharT >
class regex_traits;

(since C++11)