MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / Point

Class Point

week07/examples/specialization.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12struct Point
13{
14 int x;
15 int y;
16};
17
18// Specialization for Point + Point operation
19template<>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected