A list of token entries returned from a Find operation. This object can be iterated over or indexed as an array. 
Public Member Functions | |
| constexpr | Entries (const iterator &begin, const iterator &end) | 
| constexpr size_type | size () const | 
| constexpr bool | empty () const | 
| Entry | operator[] (size_type index) const | 
| constexpr const iterator & | begin () const | 
| constexpr const iterator & | end () const |