libstdc++
regex_compiler.h File Reference

Go to the source code of this file.

Classes

class  std::__detail::_Compiler< _InIter, _TraitsT >
 Builds an NFA from an input iterator interval. More...
class  std::__detail::_Scanner< _InputIterator >
 struct _Scanner. Scans an input range for regex tokens. More...
struct  std::__detail::_Scanner_base
 Base class for scanner. More...

Namespaces

namespace  std
namespace  std::__detail

Functions

template<typename _InIter , typename _TraitsT >
_AutomatonPtr std::__detail::__compile (const _InIter &__b, const _InIter &__e, _TraitsT &__t, regex_constants::syntax_option_type __f)

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.