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

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

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_copyable< T >:
halcheck::lib::is_detected< lib::copyable, T >

Detailed Description

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

Determines if a type is copy constructible and copy assignable.

Determines if a type is copy constructible and copy assignable.


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