I have a class with a member variable of another class:
class MeasurementUnit { private: MeasurementMultiplier _multiplier;
Actually I woul
Use MIL - Member Initialization List MIL