Trait for detection of copy-constructibility of a type.
More...
#include <mirror/type_traits/is_copy_constructible.hpp>
Detailed Description
template<typename T>
struct mirror::is_copy_constructible< T >
Trait for detection of copy-constructibility of a type.
- Note:
- This trait may fail to detect non-implicit copy constructors throwing exceptions if they are not registered with Mirror.
The documentation for this struct was generated from the following file:
, Zilina, Slovakia.