userver: compiler::ThreadLocalScope< VariableType > Class Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
compiler::ThreadLocalScope< VariableType > Class Template Referencefinal

#include <userver/compiler/thread_local.hpp>

Detailed Description

template<typename VariableType>
class compiler::ThreadLocalScope< VariableType >

The scope that grants access to a thread-local variable.

See also
compiler::ThreadLocal

Definition at line 49 of file thread_local.hpp.

Public Member Functions

 ThreadLocalScope (ThreadLocalScope &&)=delete
 
ThreadLocalScopeoperator= (ThreadLocalScope &&)=delete
 
VariableType & operator* () &noexcept USERVER_IMPL_LIFETIME_BOUND
 Access the thread-local variable.
 
VariableType * operator-> () &noexcept USERVER_IMPL_LIFETIME_BOUND
 Access the thread-local variable.
 

Constructor & Destructor Documentation

◆ ThreadLocalScope()

template<typename VariableType >
compiler::ThreadLocalScope< VariableType >::ThreadLocalScope ( ThreadLocalScope< VariableType > && )
deletenoexcept

Definition at line 166 of file thread_local.hpp.

◆ ~ThreadLocalScope()

template<typename VariableType >
compiler::ThreadLocalScope< VariableType >::~ThreadLocalScope ( )

Definition at line 175 of file thread_local.hpp.

Member Function Documentation

◆ operator*()

template<typename VariableType >
VariableType & compiler::ThreadLocalScope< VariableType >::operator* ( ) &
noexcept

Access the thread-local variable.

Definition at line 182 of file thread_local.hpp.

◆ operator->()

template<typename VariableType >
VariableType * compiler::ThreadLocalScope< VariableType >::operator-> ( ) &
noexcept

Access the thread-local variable.

Definition at line 188 of file thread_local.hpp.


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