MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

08.25-ctad0/main.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <vector>
5
6int main()
7{
8 // #A Using std::vector without specifying a type
9 const std::vector a{2, 3, 4};
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected