MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / to_num_func

Function to_num_func

exprtk_simple_example_24.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template <typename T>
54T to_num_func(const unsigned char c)
55{
56 return static_cast<T>(c - '0');
57}
58
59template <typename T>
60void rpn_example()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected