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

Method char_process

exprtk_simple_example_24.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 using exprtk::igeneric_function<T>::operator();
35
36 char_process()
37 : exprtk::igeneric_function<T>("S")
38 {}
39
40 inline T operator()(parameter_list_t parameters)
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected