tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
move_if_noexcept.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename T>
constexpr auto move_if_noexcept (T &x) noexcept -> etl::conditional_t<!etl::is_nothrow_move_constructible_v< T > and etl::is_copy_constructible_v< T >, T const &, T && >
 Conditionally convert a value to an rvalue.