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

Method input_it

tests/run_time/source/container_shims.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 typedef std::ptrdiff_t difference_type;
65
66 input_it() = default;
67
68 input_it(int n, int m) : n_(n), m_(m), value_(n_) {
69 assert(n_ >= 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected