MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / NamedPoint

Class NamedPoint

08.06-designatedInitializers2/main.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12struct NamedPoint {
13 std::string name;
14 Point pt;
15};
16
17// #B Initializing with designated initializers
18const Point p0{3, 0, 4};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected