|
| Meta (std::string_view meta_txt) noexcept |
|
tyson::TySonObject | data () noexcept |
|
template<typename T >
requires std::is_integral_v<T> |
std::optional< T > | rows () noexcept |
|
MetaType | type () noexcept |
|
|
std::ostream & | operator<< (std::ostream &os, const Meta &meta) noexcept |
|
◆ Meta()
annadb::Meta::Meta |
( |
std::string_view |
meta_txt | ) |
|
|
inlineexplicitnoexcept |
Creating a new Meta object from the AnnaDB response
- Parameters
-
◆ data()
- Returns
- the data part of the meta object
◆ type()
MetaType annadb::Meta::type |
( |
| ) |
|
|
inlinenoexcept |
- Returns
- the type part of the meta object
The documentation for this class was generated from the following file: