|
Orcus
|
Public Types | |
| enum class | record_type { unknown = 0 , boolean , date_time , character , numeric , blank , error , shared_item_index } |
| using | value_type = std::variant<bool, double, std::size_t, std::string_view, date_time_t, error_value_t> |
Public Attributes | |
| record_type | type |
| value_type | value |