|
SPH
|
#include <ThreadLocal.h>
Public Types | |
| using | Return = std::conditional_t< std::is_const< T >::value, const Type &, Type & > |
Public Types inherited from Iterator< T > | |
| using | TCounter = ptrdiff_t |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = T |
| using | difference_type = ptrdiff_t |
| using | pointer = T * |
| using | reference = T & |
Additional Inherited Members | |
Protected Types inherited from Iterator< T > | |
| using | TValue = typename UnwrapReferenceType< T >::Type |
Protected Member Functions inherited from Iterator< T > | |
| Iterator (T *data) | |
Protected Attributes inherited from Iterator< T > | |
| T * | data |
Definition at line 132 of file ThreadLocal.h.
| using ThreadLocal< Type >::LocalIterator< T >::Return = std::conditional_t<std::is_const<T>::value, const Type&, Type&> |
Definition at line 137 of file ThreadLocal.h.
|
inline |
Definition at line 134 of file ThreadLocal.h.
|
inline |
Definition at line 139 of file ThreadLocal.h.