13 template <
typename TFunctor>
21 : functor(
std::forward<TFunctor>(functor)) {}
24 : functor(
std::move(other.functor)) {
36 template <
typename TFunctor>
#define NAMESPACE_SPH_END
Few non-standard type traits.
Finally(TFunctor &&functor)
Overload of std::swap for Sph::Array.