sparrow 0.9.0
|
#include <cstdint>
#include "sparrow/layout/primitive_array_impl.hpp"
#include "sparrow/types/data_type.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Concepts | |
concept | sparrow::primitive_type |
Typedefs | |
template<primitive_type T> | |
using | sparrow::primitive_array = primitive_array_impl<T> |
Array of values of whose type has fixed binary size. | |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_primitive_array_v = is_primitive_array<T>::value |
Checkes whether T is a primitive_array type. | |