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 45871 of file exprtk.hpp.

45872 {
45873 static const std::string info_str = std::string(library) +
45874 std::string(" v") + std::string(version) +
45875 std::string(" (") + date + std::string(")") +
45876 std::string(" (") + min_cpp + std::string(")");
45877 return info_str;
45878 }
static char_cptr date
Definition exprtk.hpp:45868
static char_cptr min_cpp
Definition exprtk.hpp:45869

References date, library, min_cpp, and version.

Variable Documentation

◆ date

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

Definition at line 45868 of file exprtk.hpp.

Referenced by data().

◆ library

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

Definition at line 45863 of file exprtk.hpp.

Referenced by data().

◆ min_cpp

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

Definition at line 45869 of file exprtk.hpp.

Referenced by data().

◆ version

char_cptr exprtk::information::version
static
Initial value:
= "2.7182818284590452353602874713526624977"
"572470936999595749669676277240766303535"
"475945713821785251664274274663919320030"
"599218174135966290435729003342952605956"

Definition at line 45864 of file exprtk.hpp.

Referenced by data().