MCPcopy Create free account
hub / github.com/boostorg/parser / Vector

Class Vector

test/parse_coords_new.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30namespace g2d {
31 struct Vector
32 {
33 double x, y;
34 };
35
36 std::ostream & operator<<(std::ostream & os, Vector vec)
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected