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);

Exchange the values of the specified a and b objects.

Parameters

Name

Description

a

first object to exchange

b

second object to exchange

Created with MrDocs