neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::item_flat_container_traits< T, CellType, Columns, CellsCached >::rebind< T2, CellType2, CellsCached2 > Struct Template Reference

#include <item_model.hpp>

Public Types

typedef item_flat_container_traits< T2, CellType2, Columns, CellsCached2 > other
 

Detailed Description

template<typename T, typename CellType, uint32_t Columns, bool CellsCached = false>
template<typename T2, typename CellType2, bool CellsCached2 = CellsCached>
struct neogfx::item_flat_container_traits< T, CellType, Columns, CellsCached >::rebind< T2, CellType2, CellsCached2 >

Definition at line 120 of file item_model.hpp.

Member Typedef Documentation

◆ other

template<typename T , typename CellType , uint32_t Columns, bool CellsCached = false>
template<typename T2 , typename CellType2 , bool CellsCached2 = CellsCached>
typedef item_flat_container_traits<T2, CellType2, Columns, CellsCached2> neogfx::item_flat_container_traits< T, CellType, Columns, CellsCached >::rebind< T2, CellType2, CellsCached2 >::other

Definition at line 122 of file item_model.hpp.


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