sparrow 0.3.0
Loading...
Searching...
No Matches
primitive_array.hpp File Reference
Include dependency graph for primitive_array.hpp:
This graph shows which files directly or indirectly include this file:

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 = array_trivial_copyable<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.