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

Function overload_func

exprtk_test.cpp:6403–6408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6401 using exprtk::igeneric_function<T>::operator();
6402
6403 overload_func(const std::string& param_seq_list)
6404 : exprtk::igeneric_function<T>(param_seq_list, igfun_t::e_rtrn_overload)
6405 , current_ps_index(std::numeric_limits<std::size_t>::max())
6406 {
6407 clear();
6408 }
6409
6410 void clear()
6411 {

Callers

nothing calls this directly

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected