Class Match¶
Defined in File Matcher.h
Class Documentation¶
-
class
URI::Template
::
Match
¶ Container to hold match borders.
Public Functions
-
Match
(std::size_t start, std::size_t end)¶ Parametrized constructor.
Creates a match with known start and end positions. Match considered to be in [start, end)
-
~Match
() = default¶ Destructor.
-
std::size_t
Start
() const¶ Get the starting position of the match.
-
std::size_t
End
() const¶ Get the ending position of the match.
-