siplasplas
A library for C++ reflection and introspection
cpp::AssertExpression Member List

This is the complete list of members for cpp::AssertExpression, including all inherited members.

AssertExpression(bool expressionResult, const std::string &message, const std::string &file, std::size_t line)cpp::AssertExpression
detail(String &&messageBody, Args &&...messageArgs)cpp::AssertExpressioninline
onFailure(const std::function< void()> &callback)cpp::AssertExpression
operator()(String &&messageBody, Args &&...args)cpp::AssertExpressioninline
~AssertExpression() noexcept(false)cpp::AssertExpression