arbb::uncaptured< T > Struct Template Reference

Type trait defining the captured type corresponding to a given type. More...


Detailed Description

template<typename T>
struct arbb::uncaptured< T >

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.


The documentation for this struct was generated from the following file:

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.