EnTT 4.0.0
Loading...
Searching...
No Matches
entt::cvref_unqualified Concept Reference

Specifies that a type is not a cv-qualified reference. More...

#include <concepts.hpp>

Concept definition

template<typename Type>
concept entt::cvref_unqualified = stl::is_same_v<stl::remove_cvref_t<Type>, Type>
Specifies that a type is not a cv-qualified reference.
Definition concepts.hpp:13

Detailed Description

Specifies that a type is not a cv-qualified reference.

Template Parameters
TypeType to check.

Definition at line 13 of file concepts.hpp.