C++ Project Template API Reference
C++ Classes
C++ Functions
-
void dummyFunction(int a, double b, const std::vector<int> &c)
Dummy function.
- Parameters:
a – The int value of something.
b – The double value of something.
c – The vector of integer values of something.
- Returns:
Nothing.