pjmsg_mcap_wrapper
|
Go to the source code of this file.
Namespaces | |
namespace | eprosima |
namespace | eprosima::fastcdr |
Functions | |
constexpr bool | eprosima::fastcdr::is_multi_array_primitive (...) |
Basis. | |
template<typename _T , typename std::enable_if< std::is_enum< _T >::value||std::is_arithmetic< _T >::value >::type * = nullptr> | |
constexpr bool | eprosima::fastcdr::is_multi_array_primitive (_T const *) |
Specializations. | |
template<typename _T , size_t _N> | |
constexpr bool | eprosima::fastcdr::is_multi_array_primitive (std::array< _T, _N > const *) |