Let say I have a basic 2D vector class something like
class vector2 { int x, y; }
these two values could be used to represent a position
you could use preprocessor #defines.... if you're into the world's worst bugs. You'll get the equivalent of guaranteed inline if you want, or just aliases if you want that too.
#define