#include <array>
#include <cstddef>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
eprosima | |
eprosima::fastcdr | |
Functions | |
constexpr bool | eprosima::fastcdr::is_multi_array_primitive (...) |
Basis. More... | |
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. More... | |
template<typename _T , size_t _N> | |
constexpr bool | eprosima::fastcdr::is_multi_array_primitive (std::array< _T, _N > const *) |