xtd 0.2.0
Loading...
Searching...
No Matches

◆ barrier_post_phase_exception_

#define barrier_post_phase_exception_ (   ...)

#include <xtd.core/include/xtd/threading/barrier_post_phase_exception.h>

Helper on xtd::barrier_post_phase_exception to call it with current stack frame information.

Library
xtd.core
Remarks
Is equivalent to xtd::barrier_post_phase_exception {{any argument}, csf_}
void my_func() {
if (invalid_info) throw barrier_post_phase_exception_(); // same as : throw barrier_post_phase_exception {csf_};
if (invalid_value) throw barrier_post_phase_exception_("Bad value"); // same as : throw barrier_post_phase_exception {"Bad value", csf_};
...
}
#define barrier_post_phase_exception_(...)
Helper on xtd::barrier_post_phase_exception to call it with current stack frame information.
Definition barrier_post_phase_exception.h:109