#include <QuantityCluster.h>
Public Types | |
typedef Loki::Typelist< typename Head::V, L1 > | Result |
Private Types | |
typedef GetVar< Tail >::Result | L1 |
specialization for the case of a Typelist as argument. This recursive template stores the result extracted from the Tail part of the Typelist into a temporary type L1, which is then used as the Tail of the Result typelist; the head part of the typelist is retrieved from the Variable in Head as Head::V.
Definition at line 451 of file QuantityCluster.h.
|
Definition at line 454 of file QuantityCluster.h. |
|
Definition at line 457 of file QuantityCluster.h. |