MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/p0330Test.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <vector>
4
5int main() {
6 std::vector<int> v{0, 1, 2, 3};
7 for (auto i = 0uz, s = v.size(); i < s; ++i) {
8 /* use both i and v[i] */
9 }
10}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected