mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Updated v2_0_cpp_adaptor (markdown)
@@ -26,9 +26,15 @@ msgpack-c provides predefined adaptors for C++ primitive types and standard libr
|
||||
| std::vector | array | |
|
||||
| std::vector<char> | bin | |
|
||||
| std::vector<unsigned char> | bin |since 1.2.0|
|
||||
|
||||
|
||||
| msgpack type | msgpack::object type |note|
|
||||
|:----------------- |:--------------------------- |:---|
|
||||
| array_ref *3 | array |since 1.2.0|
|
||||
| raw_ref *3 | bin | |
|
||||
| v4raw_ref *3 | str |since 1.2.0|
|
||||
| ext | ext | |
|
||||
| ext_ref *3 | ext | |
|
||||
|
||||
| C++11 type | msgpack::object type |note|
|
||||
|:------------------ |:--------------------------- |:---|
|
||||
|
||||
Reference in New Issue
Block a user