Definition at line 851 of file wildcards.hpp.
Public Member Functions | |
| constexpr | matcher (Pattern &&pattern, const cards< container_item_t< Pattern > > &c=cards< container_item_t< Pattern > >(), const EqualTo &equal_to=EqualTo()) |
| constexpr | matcher (Pattern &&pattern, const EqualTo &equal_to) |
| template<typename Sequence> | |
| constexpr full_match_result< const_iterator_t< Sequence >, const_iterator_t< Pattern > > | matches (Sequence &&sequence) const |
Private Attributes | |
| cards< container_item_t< Pattern > > | c_ |
| EqualTo | equal_to_ |
| const_iterator_t< Pattern > | p_ |
| const_iterator_t< Pattern > | pend_ |
#include </home/stephan/code/root-2/main/src/wildcards.hpp>
|
inlineexplicitconstexpr |
Definition at line 853 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 859 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 867 of file wildcards.hpp.
|
private |
Definition at line 877 of file wildcards.hpp.
|
private |
Definition at line 878 of file wildcards.hpp.
|
private |
Definition at line 875 of file wildcards.hpp.
|
private |
Definition at line 876 of file wildcards.hpp.