[#boost-urls-grammar-delim_rule-011] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::delim_rule :relfileprefix: ../../../ :mrdocs: == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/delim_rule.hpp#L78[boost/url/grammar/delim_rule.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr /* implementation-defined */::xref:boost/urls/grammar/implementation_defined/ch_delim_rule.adoc[ch_delim_rule] xref:boost/urls/grammar/delim_rule-02.adoc[delim_rule](char ch) noexcept; ---- [.small]#xref:boost/urls/grammar/delim_rule-02.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:boost/urls/grammar/CharSet.adoc[CharSet] CS> constexpr /* implementation-defined */::xref:boost/urls/grammar/implementation_defined/cs_delim_rule.adoc[cs_delim_rule]<CS> xref:boost/urls/grammar/delim_rule-017.adoc[delim_rule](CS const& cs) noexcept requires ! std::is_convertible< CS, char>::value; ---- [.small]#xref:boost/urls/grammar/delim_rule-017.adoc[_» more..._]# == Parameters |=== | Name | Description | *ch* | The character to match | *cs* | The character set to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#