template<typename T>
FResTraits struct
Parameters for FCachedResource.
Contents
- Reference
Public types
- using ContainerType = std::list<T>
Public static variables
- static int maxCount constexpr
Typedef documentation
template<typename T>
using sk:: FResTraits<T>:: ContainerType = std::list<T>
With what to store the layers with, by default std::list
.
Variable documentation
template<typename T>
static int sk:: FResTraits<T>:: maxCount constexpr
History limit.