|
Tweeny 4.1.0
A Tweening library for modern C++
|
Metafunction that resolves to a type based on the provided template arguments.
This struct determines the appropriate type depending on the number and types of its template parameters. If there is only one parameter (First), it resolves to that type. Otherwise, it resolves to a value_container_t type, which is constructed using the provided First and additional Rest types.
| First | The first type parameter used for evaluation. |
| Rest | Additional type parameters provided for consideration. These are used to construct a value_container_t if more than one parameter is passed. |
#include <tween-value.h>