std::__detail::_Compiler< _TraitsT > - Builds an NFA from an input iterator range.
Contents
Detailed Description
template<typename_TraitsT>
class std::__detail::_Compiler< _TraitsT >"Builds an NFA from an input iterator range.
The _TraitsT type should fulfill requirements [28.3].
Name
std::__detail::_Compiler< _TraitsT > - Builds an NFA from an input iterator range.
Synopsis
#include <regex>
PublicTypestypedef _TraitsT::char_type _CharTtypedefregex_constants::syntax_option_type_FlagTtypedef _NFA< _TraitsT > _RegexTPublicMemberFunctions_Compiler (const _CharT *__b, const _CharT *__e, const typename _TraitsT::locale_type &__traits, _FlagT
__flags)
shared_ptr< const _RegexT > _M_get_nfa () noexcept
