Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
template <typename T>
54
T to_num_func(const unsigned char c)
55
{
56
return static_cast<T>(c -
'0'
);
57
}
58
59
template <typename T>
60
void rpn_example()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected