#include <BatchMaterial.h>
|
| template<typename... Args> |
| using | type = std::tuple< Args... > |
| |
| template<typename T > |
| using | size = std::tuple_size< T > |
| |
| template<int I, typename T > |
| using | element = typename std::tuple_element< I, T >::type |
| |
|
| template<int N, typename T > |
| static auto & | get (T &&t) |
| |
Definition at line 68 of file BatchMaterial.h.
◆ element
template<int I, typename T >
◆ size
◆ type
template<typename... Args>
◆ get()
template<int N, typename T >
| static auto& BatchMaterialUtils::TupleStd::get |
( |
T && |
t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: