Classes | |
| struct | ObjectList |
| List of object pointers. More... | |
| struct | ScalarList |
| List of scalar values. 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 |
1.8.17