ADTF
Loading...
Searching...
No Matches
adtf::ucom::catwo Namespace Reference

Namespace for all functionality of the ADTF UCOM SDK provided since v3.2. More...

Namespaces

namespace  detail
 Namespace for all internally used functionality implemented.
 

Classes

class  object
 
class  object< Base, Bases... >
 

Typedefs

template<typename Base, typename... Bases>
using object_base_type_helper
 

Detailed Description

Namespace for all functionality of the ADTF UCOM SDK provided since v3.2.

Typedef Documentation

◆ object_base_type_helper

template<typename Base, typename... Bases>
using adtf::ucom::catwo::object_base_type_helper
Initial value:
typename std::conditional<std::is_base_of<object<>, Base>::value,
detail::derive_from<Base, object<Bases...>>>::type
This template is used to prevent an ambiguous base of ucom::ant::IObject.
Definition object.h:269