cmoon::object


Defined in module <cmoon.concepts>


template<class T>
concept object = std::is_object_v<T>;


(1)

The concept object<T> is satisfied if and only if T is an object.