Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
wildcards::full_match_result< SequenceIterator, PatternIterator > Struct Template Reference

template<typename SequenceIterator, typename PatternIterator>
struct wildcards::full_match_result< SequenceIterator, PatternIterator >

Definition at line 361 of file wildcards.hpp.

Public Member Functions

constexpr operator bool () const

Public Attributes

PatternIterator p
PatternIterator p1
PatternIterator pend
bool res
SequenceIterator s
SequenceIterator s1
SequenceIterator send

#include </home/stephan/code/root-2/main/src/wildcards.hpp>

Member Function Documentation

◆ operator bool()

template<typename SequenceIterator, typename PatternIterator>
wildcards::full_match_result< SequenceIterator, PatternIterator >::operator bool ( ) const
inlineconstexpr

Definition at line 365 of file wildcards.hpp.

Member Data Documentation

◆ p

template<typename SequenceIterator, typename PatternIterator>
PatternIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::p

Definition at line 364 of file wildcards.hpp.

◆ p1

template<typename SequenceIterator, typename PatternIterator>
PatternIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::p1

Definition at line 364 of file wildcards.hpp.

◆ pend

template<typename SequenceIterator, typename PatternIterator>
PatternIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::pend

Definition at line 364 of file wildcards.hpp.

◆ res

template<typename SequenceIterator, typename PatternIterator>
bool wildcards::full_match_result< SequenceIterator, PatternIterator >::res

Definition at line 362 of file wildcards.hpp.

◆ s

template<typename SequenceIterator, typename PatternIterator>
SequenceIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::s

Definition at line 363 of file wildcards.hpp.

◆ s1

template<typename SequenceIterator, typename PatternIterator>
SequenceIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::s1

Definition at line 363 of file wildcards.hpp.

◆ send

template<typename SequenceIterator, typename PatternIterator>
SequenceIterator wildcards::full_match_result< SequenceIterator, PatternIterator >::send

Definition at line 363 of file wildcards.hpp.

Collaboration diagram for wildcards::full_match_result< SequenceIterator, PatternIterator >:
[legend]

The documentation for this struct was generated from the following file: