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