homog2d library
h2d::trait::IsArray< T > Struct Template Reference

Traits class used to detect if container T is a std::array. More...

#include <homog2d.hpp>

Inheritance diagram for h2d::trait::IsArray< T >:
Inheritance graph
[legend]
Collaboration diagram for h2d::trait::IsArray< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct h2d::trait::IsArray< T >

Traits class used to detect if container T is a std::array.

(because allocation is different, see alloc() )


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