BloombergLP::balst::swap

Exchange the values of the specified a and b objects.

Synopses

Declared in <balst_stacktrace.h>

Exchange the values of the specified a and b objects.

void
swap(
    StackTrace& a,
    StackTrace& b);
» more...

Exchange the values of the specified a and b objects.

void
swap(
    StackTraceFrame& a,
    StackTraceFrame& b);
» more...

Parameters

NameDescription
afirst object to exchange
bsecond object to exchange