nlohmann::basic_json::swap

exchanges the values

Synopsis

Declared in <nlohmann/json.hpp>
void
swap(string_t& other);


Parameters

Name Description
other a type for a string

Created with MrDocs