mcx
less than a minute
mcx
Namespaces
Functions
Name | |
---|---|
template <typename T ,std::enable_if_t<!visit_struct::helper::is_array< T >::value, bool > =true> std::tuple< parameter_server::DataType, size_t, size_t > |
getType(const T & val) |
template <typename T ,std::size_t N> constexpr std::size_t |
size(const T(&) array[N]) |
Functions Documentation
function getType
template <typename T ,
std::enable_if_t<!visit_struct::helper::is_array< T >::value, bool > =true>
std::tuple< parameter_server::DataType, size_t, size_t > getType(
const T & val
)
function size
template <typename T ,
std::size_t N>
constexpr std::size_t size(
const T(&) array[N]
)
Updated on 2022-04-05 at 16:21:26 +0200