constexpr bsl::remove_reference_t< T > && move(T &&val) noexcept
Used to indicate that an object "val" may be "moved from", i.e. allowing the efficient transfer of re...
Definition: move.hpp:57
typename remove_reference< T >::type remove_reference_t
a helper that reduces the verbosity of bsl::remove_reference
Definition: remove_reference.hpp:52