Stratax 0.3.1
Loading...
Searching...
No Matches
stratax::core::RebindArray< container::Vector< From >, To > Struct Template Reference

Rebinds a Vector to a different value type. More...

#include <ArrayTraits.hpp>

Public Types

using type = container::Vector<To>

Detailed Description

template<typename From, typename To>
struct stratax::core::RebindArray< container::Vector< From >, To >

Rebinds a Vector to a different value type.

Definition at line 26 of file ArrayTraits.hpp.

Member Typedef Documentation

◆ type

template<typename From, typename To>
using stratax::core::RebindArray< container::Vector< From >, To >::type = container::Vector<To>

Definition at line 28 of file ArrayTraits.hpp.


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