sparrow 0.3.0
|
#include "sparrow/layout/array_trivial_copyable.hpp"
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. | |