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

Class Addable

example/macro.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace te = boost::te;
13
14struct Addable {
15 constexpr auto add(int i) -> REQUIRES(int, add, i);
16 constexpr auto add(int a, int b) -> REQUIRES(int, add, a, b);
17};
18
19class Calc {
20 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected