Go to the source code of this file.
|
| #define | DUNE_ASSERT_CALL_ONCE() |
| | Make sure call_once() works and provide a helpful error message otherwise.
|
|
| void | Dune::doAssertCallOnce (const char *file, int line, const char *function) |
| void | Dune::assertCallOnce (const char *file=nullptr, int line=-1, const char *function=nullptr) |
| | Make sure call_once() works and provide a helpful error message otherwise.
|
◆ DUNE_ASSERT_CALL_ONCE
| #define DUNE_ASSERT_CALL_ONCE |
( |
| ) |
|
Value:
void assertCallOnce(const char *file=nullptr, int line=-1, const char *function=nullptr)
Make sure call_once() works and provide a helpful error message otherwise.
Definition stdthread.hh:35
Make sure call_once() works and provide a helpful error message otherwise.
This calls assertCallOnce() and automatically provides information about the caller in the error message.