MCPcopy Create free account
hub / github.com/boost-ext/te / Calc

Method Calc

test/te.cpp:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393class Calc {
394 public:
395 constexpr explicit Calc(const int i = {}) : i_{i} {}
396
397 constexpr auto add(int i) { return i + i_; }
398 constexpr auto add(int a, int b) { return (a + b) + i_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected