rt.util.utility

Contains various utility functions used by the runtime implementation.

Members

Functions

safeAssert
void safeAssert(bool condition, string msg, string file, size_t line)

Asserts that the given condition is true.

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Jacob Carlborg