exchanges the values

Synopses

Declared in <nlohmann/json.hpp>

exchanges the values

void
swap(
    reference left,
    reference right) noexcept(/* see-below */);

exchanges the values

void
swap(
    reference left,
    reference right) noexcept(/* see-below */);

Parameters

Name

Description

left

first value to exchange the contents with

right

second value to exchange the contents with

Created with MrDocs