MCKL
Monte Carlo Kernel Library
Public Member Functions | List of all members
mckl::RuntimeAssert Class Reference

#include <mckl/internal/assert.hpp>

Inherits std::runtime_error.

Public Member Functions

 RuntimeAssert (const char *msg)
 
 RuntimeAssert (const std::string &msg)
 

Detailed Description

Definition at line 49 of file assert.hpp.

Constructor & Destructor Documentation

◆ RuntimeAssert() [1/2]

mckl::RuntimeAssert::RuntimeAssert ( const char *  msg)
inlineexplicit

Definition at line 52 of file assert.hpp.

◆ RuntimeAssert() [2/2]

mckl::RuntimeAssert::RuntimeAssert ( const std::string &  msg)
inlineexplicit

Definition at line 54 of file assert.hpp.