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

Class Person

tests/Issue123.cpp:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<typename T>
4struct Person
5{
6 int age, heightInInches;
7 T distanceTraveled = T(); //default value
8 float hairLength, GPA;
9 unsigned int SATScore;
10
11 T run(T speed, bool startWithLeftFoot);
12};
13
14template<typename T>
15T Person<T>::run(T speed, bool left )

Callers

nothing calls this directly

Calls 1

TClass · 0.70

Tested by

no test coverage detected