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.
void
swap(
StackTraceFrame& a,
StackTraceFrame& b);
Parameters
Name |
Description |
a |
first object to exchange |
b |
second object to exchange |
Created with MrDocs