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

Method add

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

Source from the content-addressed store, hash-verified

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_; }
399
400 private:

Callers 1

te.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected