halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_movable< T > Struct Template Reference

Determines if a type is move constructible and move assignable. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_movable< T >:
halcheck::lib::is_detected< lib::movable, T >

Detailed Description

template<typename T>
struct halcheck::lib::is_movable< T >

Determines if a type is move constructible and move assignable.

Template Parameters
TThe type to query.

The documentation for this struct was generated from the following file: