| vecs
    Fast, flexible ecs in C++ with ergonomic API | 
A container for a single record and its components, as a result of a query. More...
#include <vecs.h>
| Public Types | |
| using | RecordComponents | 
| Public Member Functions | |
| operator bool () const | |
| Implicit bool conversion. | |
| bool | is_valid () const | 
| Checks if the Recordis valid. | |
| auto | operator* () const | 
| Dereferences the record. | |
| auto | operator* () | 
| Friends | |
| struct | Query | 
A container for a single record and its components, as a result of a query.
The Record struct represents the result of a single record matching the query 
| using vecs::Query< Components >::Record::RecordComponents | 
| 
 | inline | 
| 
 | inline | 
Implicit bool conversion.
| 
 | inline | 
Dereferences the record.
Record.