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

Method container

tests/run_time/source/operators.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 value_type values[10];
428
429 container() {
430 std::iota(begin(), end(), 1);
431 }
432
433 iterator begin() {
434 return &values[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected