Class row_ref
Defined in File cql.hpp
Nested Relationships
Nested Types
Class Documentation
-
class row_ref
A reference to a row in the result set.
Public Functions
-
row_ref() = default
Constructor.
-
inline const_field_iterator begin() const noexcept
Return begin field iterator.
-
inline const_field_iterator cbegin() const noexcept
Return cbegin field iterator.
-
inline const_field_iterator end() const noexcept
Return end field iterator.
-
inline const_field_iterator cend() const noexcept
Return cend field iterator.
-
size_t size() const noexcept
return number of items in the row
-
inline bool empty() const noexcept
return if the row contains no items at all
-
class const_field_iterator
Iterator for the items in this row.
Friends
- friend class result
-
row_ref() = default