◆ as()
Find and cast the first record with given keyword.
Although the method returns a Record, it can itself be sliced as its value, so the following works: RecordSeq records; // Equivalent to RecordVec<VariantValue>
// ...
Record< TValue > as(const std::string &keyword) const Find and cast the first record with given keyword. A vector of records with find and conversion services. Definition: RecordVec.h:24 |