dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
dispenso::CacheAligned< T > Class Template Reference

Public Member Functions

 CacheAligned (T t)
 
 operator T& ()
 
 operator const T & () const
 

Detailed Description

template<typename T>
class dispenso::CacheAligned< T >

Definition at line 110 of file platform.h.

Constructor & Destructor Documentation

◆ CacheAligned()

template<typename T >
dispenso::CacheAligned< T >::CacheAligned ( T  t)
inline

Definition at line 113 of file platform.h.

Member Function Documentation

◆ operator const T &()

template<typename T >
dispenso::CacheAligned< T >::operator const T & ( ) const
inline

Definition at line 118 of file platform.h.

◆ operator T&()

template<typename T >
dispenso::CacheAligned< T >::operator T& ( )
inline

Definition at line 114 of file platform.h.


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