AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::atomic_lazy< T > Struct Template Reference

A value that initializes when accessed for the first time. Unlike aui::lazy, internal logic of aui::atomic_lazy is threadsafe. More...

#include <AUI/Traits/values.h>

Detailed Description

template<typename T>
struct aui::atomic_lazy< T >
Template Parameters
T