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