MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / operator()

Method operator()

exprtk_simple_example_24.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 {}
39
40 inline T operator()(parameter_list_t parameters)
41 {
42 const unsigned char c = string_t(parameters[0])[0];
43 return Process(c);
44 }
45};
46
47template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected