ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Invariant.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3#include <sstream>
4
15void invariant(bool condition, char const* message);
16
18void invariant(bool condition, std::string const& message);
void invariant(bool condition, char const *message)
Runtime assertion that throws on failure.