xtd
0.2.0
Loading...
Searching...
No Matches
◆
thread_local_object()
[1/4]
template<typename value_t >
xtd::threading::thread_local_object
< value_t >::thread_local_object
(
)
default
Initializes the
xtd::threading::thread_local_object
instance.
Remarks
The default value of value_t is used to initialize the instance when
xtd::threading::thread_local_object::value
is accessed for the first time.
This constructor is equivalent to calling the
xtd::threading::thread_local_object(bool)
constructor with a value of false for the track_all_values argument.
xtd
threading
thread_local_object
Generated on Sat Sep 14 2024 21:25:32 for xtd by
Gammasoft
. All rights reserved.