boost::redis::resp3::type
RESP3 data types.
Synopsis
Declared in <boost/redis/resp3/type.hpp>
enum class type : int;
Members
Name |
Description |
|
Aggregate |
|
Aaggregate |
|
Aggregate |
|
Aggregate |
|
Aggregate |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Simple |
|
Invalid |
Non-Member Functions
Name |
Description |
Checks whether the data type is an aggregate. |
|
Writes the type to the output stream. |
|
Converts the data type to a string. |
Description
The RESP3 specification can be found at
Created with MrDocs