4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::concepts::move_constructible Concept Reference

Checks if a type can be move-constructed and is an object type. More...

#include <move_constructible.hpp>

Concept definition

template<typename Type>
std::is_object_v<Type> &&
std::is_move_constructible_v<Type>

Detailed Description

Checks if a type can be move-constructed and is an object type.