#include <delimited.hpp>
Public Member Functions | |
constexpr auto | close () const |
Matches the closing delimiter. More... | |
template<typename LimitCharClass > | |
constexpr auto | limit (LimitCharClass) const |
Add char classes that will limit the delimited to detect a missing terminator. More... | |
template<typename Error , typename LimitCharClass > | |
constexpr auto | limit (LimitCharClass) const |
Add char classes that will limit the delimited and specify the error. More... | |
constexpr auto | open () const |
Matches the open delimiter. More... | |
template<typename Char , typename... Escapes> | |
constexpr auto | operator() (Char, Escapes...) const |
Sets the content. More... | |
Definition at line 285 of file delimited.hpp.
|
inlineconstexpr |
Matches the closing delimiter.
Definition at line 320 of file delimited.hpp.
|
inlineconstexpr |
Add char classes that will limit the delimited to detect a missing terminator.
Definition at line 289 of file delimited.hpp.
|
inlineconstexpr |
Add char classes that will limit the delimited and specify the error.
Definition at line 297 of file delimited.hpp.
|
inlineconstexpr |
Matches the open delimiter.
Definition at line 315 of file delimited.hpp.
|
inlineconstexpr |
Sets the content.
Definition at line 306 of file delimited.hpp.