MCPcopy Create free account
hub / github.com/ThePhD/sol2 / Vector

Method Vector

examples/source/table_as_container.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 int y;
8
9 Vector() = default;
10
11 Vector(int _x, int _y) : x { _x }, y { _y } {
12 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected