arbb::captured< T > Struct Template Reference

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


Detailed Description

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

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.


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

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.