Go to the source code of this file.
|
template<typename Item > |
constexpr auto | lexyd::list (Item) |
| Parses a list of items without a separator. More...
|
|
template<typename Item , typename Sep > |
constexpr auto | lexyd::list (Item, _isep< Sep >) |
|
template<typename Item , typename Sep , typename Tag > |
constexpr auto | lexyd::list (Item, _sep< Sep, Tag >) |
| Parses a list of items with the specified separator. More...
|
|
template<typename Item , typename Sep > |
constexpr auto | lexyd::list (Item, _tsep< Sep >) |
| Parses a list of items with the specified separator that can be trailing. More...
|
|