C++ Project Template API Reference

C++ Classes

class Sort

Sort class used for smart things.

Public Static Functions

static int Min(int v1, int v2)

Get the minimum between two values.

Returns:

The smaller value.

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.