#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 quantity in Head as Head::V.
Definition at line 616 of file QuantityCluster.h.
|
Definition at line 619 of file QuantityCluster.h. |
|
Definition at line 622 of file QuantityCluster.h. |