(start,size) index range
More...
#include <clipp.h>
(start,size) index range
Definition at line 83 of file clipp.h.
◆ size_type
◆ subrange() [1/2]
constexpr clipp::subrange::subrange |
( |
| ) |
|
|
inlineexplicitconstexprnoexcept |
default: no match
Definition at line 89 of file clipp.h.
◆ subrange() [2/2]
|
inlineexplicitconstexprnoexcept |
match length & position within subject string
Definition at line 95 of file clipp.h.
◆ at()
constexpr size_type clipp::subrange::at |
( |
| ) |
const |
|
inlineconstexprnoexcept |
position of the match within the subject string
Definition at line 100 of file clipp.h.
◆ length()
constexpr size_type clipp::subrange::length |
( |
| ) |
const |
|
inlineconstexprnoexcept |
length of the matching subsequence
Definition at line 102 of file clipp.h.
◆ operator bool()
constexpr clipp::subrange::operator bool |
( |
| ) |
const |
|
inlineexplicitconstexprnoexcept |
returns true, if query is a substring of the query string
Definition at line 110 of file clipp.h.
◆ prefix()
constexpr bool clipp::subrange::prefix |
( |
| ) |
const |
|
inlineconstexprnoexcept |
returns true, if query string is a prefix of the subject string
Definition at line 105 of file clipp.h.
The documentation for this class was generated from the following file: