|
tenno 0.1.0
|
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | tenno |
Functions | |
| template<typename T > | |
| constexpr std::remove_reference_t< T > && | tenno::move (T &&t) noexcept |
| Move a value from one location to another. | |