Type trait defining the captured type corresponding to a given type. More...
Type trait defining the captured type corresponding to a given type.
For example, uncaptured<f32>::type
is float
. Types that are already the uncaptured equivalent of another captured type should map to themselves. You may specialize this trait for your own types.
Definition at line 55 of file type_traits.hpp.
Copyright © 2010, Intel Corporation. All rights reserved.