11template <
typename T>
class ThreadLocalSingleton {
13 ThreadLocalSingleton() =
default;
15 CONDY_DELETE_COPY_MOVE(ThreadLocalSingleton);
17 static T ¤t() noexcept {
18 static thread_local T instance;
The main namespace for the Condy library.
Internal utility classes and functions used by Condy.