C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Functions | Variables
exprtk::information Namespace Reference

Functions

static std::string data ()
 

Variables

static char_cptr library = "Mathematical Expression Toolkit"
 
static char_cptr version
 
static char_cptr date = "20240101"
 
static char_cptr min_cpp = "199711L"
 

Function Documentation

◆ data()

static std::string exprtk::information::data ( )
inlinestatic

Definition at line 46497 of file exprtk.hpp.

46498 {
46499 static const std::string info_str = std::string(library) +
46500 std::string(" v") + std::string(version) +
46501 std::string(" (") + date + std::string(")") +
46502 std::string(" (") + min_cpp + std::string(")");
46503 return info_str;
46504 }
static char_cptr date
Definition exprtk.hpp:46494
static char_cptr min_cpp
Definition exprtk.hpp:46495

References date, library, min_cpp, and version.

Variable Documentation

◆ date

char_cptr exprtk::information::date = "20240101"
static

Definition at line 46494 of file exprtk.hpp.

Referenced by data().

◆ library

char_cptr exprtk::information::library = "Mathematical Expression Toolkit"
static

Definition at line 46489 of file exprtk.hpp.

Referenced by data().

◆ min_cpp

char_cptr exprtk::information::min_cpp = "199711L"
static

Definition at line 46495 of file exprtk.hpp.

Referenced by data().

◆ version

char_cptr exprtk::information::version
static
Initial value:
= "2.718281828459045235360287471352662497757"
"24709369995957496696762772407663035354759"
"45713821785251664274274663919320030599218"
"17413596629043572900334295260595630738132"

Definition at line 46490 of file exprtk.hpp.

Referenced by data().