Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::MakePrimitive< T > Struct Template Reference

Return the primtive type (T::value_type) if T is an Array or T otherwise. More...

#include <Array.h>

Public Types

using type = typename internal::MakePrimitiveImpl< T, IsArray< T >::value >::type
 

Detailed Description

template<class T>
struct serialbox::MakePrimitive< T >

Return the primtive type (T::value_type) if T is an Array or T otherwise.

Definition at line 74 of file Array.h.


The documentation for this struct was generated from the following file: