Variable URI::Template::KNOWN_OPERATORS¶
- Defined in File Operator.h 
Variable Documentation¶
- 
const std::vector<std::shared_ptr<Operator>> URI::Template::KNOWN_OPERATORS= {std::make_shared<OpReservedChars>(), std::make_shared<OpFragment>(), std::make_shared<OpLabel>(), std::make_shared<OpPath>(), std::make_shared<OpPathParam>(), std::make_shared<OpQuery>(), std::make_shared<OpQueryContinue>(),}¶
- Collection of different operator instances to use for expressions.