boost::urls::grammar::is_rule
Determine if T meets the requirements of Rule
Synopsis
template<class T>
using is_rule = /* implementation-defined */::is_rule<T>;
Description
This is an alias for std::true_type
if T
meets the requirements, otherwise it is an alias for std::false_type
.