Template Struct shared_vector_converter< TO, FROM, typename meta::_and< meta::is_void< TO >, meta::is_not_void< FROM > >::type >

Struct Documentation

template<typename TO, typename FROM>
struct shared_vector_converter<TO, FROM, typename meta::_and<meta::is_void<TO>, meta::is_not_void<FROM>>::type>

Public Static Functions

static inline FORCE_INLINE shared_vector< TO > op (const shared_vector< FROM > &src)