MCPcopy Create free account
hub / github.com/charto/nbind / Array

Method Array

test/Array.cc:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11public:
12
13 Array() {}
14
15 static std::array<int, 3> getInts() {
16 std::array<int, 3> a {{ 13, 21, 34 }};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected