libstdc++
|
Go to the source code of this file.
Classes | |
struct | std::__detail::_BracketMatcher< _TraitsT, __icase, __collate > |
class | std::__detail::_Compiler< _TraitsT > |
Namespaces | |
namespace | std |
namespace | std::__detail |
Typedefs | |
template<typename _Iter , typename _TraitsT > | |
using | std::__detail::__disable_if_contiguous_iter = __enable_if_t< !__is_contiguous_iter< _Iter >::value, std::shared_ptr< const _NFA< _TraitsT > > > |
template<typename _Iter , typename _TraitsT > | |
using | std::__detail::__enable_if_contiguous_iter = __enable_if_t< __is_contiguous_iter< _Iter >::value, std::shared_ptr< const _NFA< _TraitsT > > > |
Functions | |
template<typename _TraitsT , typename _FwdIter > | |
__enable_if_contiguous_iter< _FwdIter, _TraitsT > | std::__detail::__compile_nfa (_FwdIter __first, _FwdIter __last, const typename _TraitsT::locale_type &__loc, regex_constants::syntax_option_type __flags) |
template<typename _TraitsT , typename _FwdIter > | |
__disable_if_contiguous_iter< _FwdIter, _TraitsT > | std::__detail::__compile_nfa (_FwdIter __first, _FwdIter __last, const typename _TraitsT::locale_type &__loc, regex_constants::syntax_option_type __flags) |
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.