std::__detail::_Compiler< _TraitsT >(3cxx) | std::__detail::_Compiler< _TraitsT >(3cxx) |
NAME¶
std::__detail::_Compiler< _TraitsT > -SYNOPSIS¶
Public Types¶
typedef _TraitsT::char_type _CharT
Public Member Functions¶
_Compiler (_IterT __b, _IterT __e, const _TraitsT &__traits, _FlagT __flags)
Detailed Description¶
template<typename _TraitsT>class std::__detail::_Compiler< _TraitsT >¶
Builds an NFA from an input iterator interval. The _TraitsT type should fulfill requirements [28.3]. Definition at line 51 of file regex_compiler.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Wed Jan 31 2018 | libstdc++ |