|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Union type used to convert type T to underlying integral type. More...
Public Types | |
| typedef atomic_rep< sizeof(value_type)>::word | bits_type |
Public Member Functions | |
| converter () | |
| converter (value_type a_value) | |
Public Attributes | |
| value_type | value |
| bits_type | bits |
Union type used to convert type T to underlying integral type.
| typedef atomic_rep<sizeof(value_type)>::word tbb::internal::atomic_impl< T >::converter< value_type >::bits_type |
|
inline |
|
inline |
| bits_type tbb::internal::atomic_impl< T >::converter< value_type >::bits |
| value_type tbb::internal::atomic_impl< T >::converter< value_type >::value |