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, captured<float>::type
is arbb::f32. Types that are already captured should map to themselves. You may specialize this trait for your own types.
Definition at line 49 of file type_traits.hpp.
Copyright © 2010, Intel Corporation. All rights reserved.