TestForCopyFromMember< T > Struct Template Reference

#include <apibase.h>

Detailed Description

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 Public Attributes

static const bool isSupported
 

Member Data Documentation

◆ isSupported

const bool isSupported
static