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

Function rem_space_and_uppercase

exprtk_test.cpp:6308–6310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6306 using exprtk::igeneric_function<T>::operator();
6307
6308 rem_space_and_uppercase()
6309 : igenfunc_t("S",igenfunc_t::e_rtrn_string)
6310 {}
6311
6312 inline T operator()(std::string& result, parameter_list_t params) exprtk_test_override
6313 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected