utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::CanBeSingleton Concept Reference

Concept to ensure the class can be a singleton. More...

#include <headers/utility/singleton.hpp>

Concept definition

template<typename Type>
std::default_initializable<Type> && std::destructible<Type>
Concept to ensure the class can be a singleton.
Definition singleton.hpp:35

Detailed Description

Concept to ensure the class can be a singleton.

Template Parameters
TypeThe type to check.

Definition at line 35 of file singleton.hpp.