xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::tools::Singleton Concept Reference

A concept used for singleton classes. More...

#include <xentara/utils/tools/Concepts.hpp>

Concept definition

template<typename Type>
{
{ Type::instance() } noexcept -> std::convertible_to<Type &>;
}
A concept used for singleton classes.
Definition Concepts.hpp:153
T make_unique(T... args)

Detailed Description

A concept used for singleton classes.