Exchange the values of the specified a and b objects.
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...
| Name | Description |
|---|---|
| a | first object to exchange |
| b | second object to exchange |