neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
neogfx::basic_matrix< T, Rows, Columns >::rebind< T2 > Struct Template Reference

#include <numerical.hpp>

Public Types

typedef basic_matrix< T2, Rows, Columns > type
 

Detailed Description

template<typename T, uint32_t Rows, uint32_t Columns>
template<typename T2>
struct neogfx::basic_matrix< T, Rows, Columns >::rebind< T2 >

Definition at line 526 of file numerical.hpp.

Member Typedef Documentation

◆ type

template<typename T, uint32_t Rows, uint32_t Columns>
template<typename T2 >
typedef basic_matrix<T2, Rows, Columns> neogfx::basic_matrix< T, Rows, Columns >::rebind< T2 >::type

Definition at line 526 of file numerical.hpp.


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