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

Method base_func

exprtk_test.cpp:5863–5863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5861
5862 typedef const T& type;
5863 base_func(const std::size_t& n) : exprtk::ifunction<T>(n) {}
5864 inline T operator()(type v0, type v1, type v2, type v3, type v4) exprtk_test_override { return (v0 + v1 + v2 + v3 + v4); }
5865 inline T operator()(type v0, type v1, type v2, type v3) exprtk_test_override { return (v0 + v1 + v2 + v3); }
5866 inline T operator()(type v0, type v1, type v2) exprtk_test_override { return (v0 + v1 + v2); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected