ADTF
Loading...
Searching...
No Matches
adtf::ucom::catwo::detail::has_get_interface< T > Class Template Reference

template that checks whether a type has an accessible (protected or public) GetInterface method. More...

#include <object.h>

Inherits T.

Public Types

enum  { value = sizeof(test<T>(static_cast<tResult(T::*)(const char*, void*&)>(nullptr))) == sizeof(char) }
 

Detailed Description

template<typename T>
class adtf::ucom::catwo::detail::has_get_interface< T >

template that checks whether a type has an accessible (protected or public) GetInterface method.


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