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
15
void
invariant
(
bool
condition,
char
const
* message);
16
18
void
invariant
(
bool
condition, std::string
const
& message);
invariant
void invariant(bool condition, char const *message)
Runtime assertion that throws on failure.
core
src
utils
Invariant.hpp
Generated by
1.13.2