1 2 3 4 5 6
#include "sword.hpp" auto Sword::get_strength() const noexcept -> int { return _strength; }