nlohmann::basic_json<>::binary_t

a type for a packed binary type

Synopsis

Declared in <nlohmann/json.hpp>
using binary_t = nlohmann::byte_container_with_subtype<vector<unsigned char>>;


Created with MrDocs