armarx::control::client::detail::proxy Namespace Reference

Classes

struct  has_proxy_type
 
struct  has_proxy_type< T, std::void_t< typename T::Proxy > >
 
struct  ProxyType
 
struct  ProxyType< T, false >
 

Typedefs

template<typename T >
using ProxyType_t = typename ProxyType< T >::type
 

Variables

template<typename T >
constexpr bool has_proxy_type_v = has_proxy_type<T>::value
 

Typedef Documentation

◆ ProxyType_t

using ProxyType_t = typename ProxyType<T>::type

Definition at line 62 of file ControllerDescription.h.

Variable Documentation

◆ has_proxy_type_v

constexpr bool has_proxy_type_v = has_proxy_type<T>::value
inlineconstexpr

Definition at line 45 of file ControllerDescription.h.