wiring_private Namespace Reference

Classes

struct  ScalarList
 List of scalar values. More...
 
struct  ObjectList
 List of object pointers. More...
 

Typedefs

template<typename T >
using List = typename std::conditional< std::is_scalar< T >::value, ScalarList< T >, ObjectList< T > >::type
 

Typedef Documentation

◆ List

template<typename T >
using wiring_private::List = typedef typename std::conditional<std::is_scalar<T>::value, ScalarList<T>, ObjectList<T> >::type