TestForCopyFromMember< T > Struct Template Reference

#include <apibase.h>

详细描述

template<typename T>
struct maxon::TestForCopyFromMember< T >

Automatic detection of CopyFrom() method using SFINAE. If a class implements CopyFrom(T& src) the constant TestForCopyFromMember<T>::isSupported will be true.

静态公共属性

static const bool  isSupported

Member Data Documentation

◆  isSupported

const bool isSupported static