24 Positionable() =
default;
25 ~Positionable() =
default;
27 Positionable(Positionable
const& other) =
default;
28 Positionable(Positionable&& other) =
default;
30 Positionable& operator=(Positionable
const& other) =
default;
31 Positionable& operator=(Positionable&& other) =
default;