libstdc++
regex_compiler.h File Reference

Go to the source code of this file.

Classes

struct  std::__detail::_BracketMatcher< _TraitsT, __icase, __collate >
 Matches a character range (bracket expression) More...
class  std::__detail::_Compiler< _TraitsT >
 Builds an NFA from an input iterator range. More...

Namespaces

namespace  std
namespace  std::__detail

Functions

template<typename _FwdIter , typename _TraitsT >
__enable_if_contiguous_normal_iter
< _FwdIter, _TraitsT > 
std::__detail::__compile_nfa (_FwdIter __first, _FwdIter __last, const typename _TraitsT::locale_type &__loc, regex_constants::syntax_option_type __flags)

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <regex>.

Definition in file regex_compiler.h.