sparrow 0.6.0
|
Go to the source code of this file.
Classes | |
struct | sparrow::is_primitive_array< T > |
struct | sparrow::is_primitive_array< primitive_array< T > > |
Namespaces | |
namespace | sparrow |
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. | |