C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Attributes | List of all members
exprtk::assert_check::assert_context Struct Reference

#include <exprtk.hpp>

Public Attributes

std::string condition
 
std::string message
 
std::string id
 
std::size_t offet
 

Detailed Description

Definition at line 2196 of file exprtk.hpp.

Member Data Documentation

◆ condition

std::string exprtk::assert_check::assert_context::condition

Definition at line 2198 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_assert_statement().

◆ id

std::string exprtk::assert_check::assert_context::id

Definition at line 2200 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_assert_statement().

◆ message

std::string exprtk::assert_check::assert_context::message

◆ offet

std::size_t exprtk::assert_check::assert_context::offet

Definition at line 2201 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_assert_statement().


The documentation for this struct was generated from the following file: