SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::IsNotVoidObject Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept IsNotVoidObject = !std::is_same_v<Void, std::decay_t<T>>

Detailed Description

Definition at line 68 of file concepts.h.