-$1 &operator=($1 &&) = default;
+$1 &operator=($1 &&) noexcept = default;
+endsnippet
+
+snippet spaceship "defaulted spaceship operator <=>"
+friend auto operator<=>(${1:type} const&, $1 const&) = default;
// This code is the copyright of Focal Point Positioning Limited and
// cannot be used, copied or distributed without the express written
// permission of Focal Point Positioning Limited.
// This code is the copyright of Focal Point Positioning Limited and
// cannot be used, copied or distributed without the express written
// permission of Focal Point Positioning Limited.