Simple the type trait that associates resource information to the given type T .
Extends std::false_type
by default to indicate that it is not specialized for a specific type. Specializations need to extend std::true_type
instead.
T | The type to define resource information for. |
Definition at line 237 of file resources.inl.
Public Static Method Index: | |
static constexpr NString | Category () |
static constexpr NString | Name () |
static constexpr ResourcePool * | Pool () |
|
inlinestaticconstexpr |
Returns a resource category associated with T.
Definition at line 245 of file resources.inl.
|
inlinestaticconstexpr |
Returns a resource name associated with T.
Definition at line 249 of file resources.inl.
|
inlinestaticconstexpr |
Returns a pointer to the resource pool associated with T.
Definition at line 241 of file resources.inl.