SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::PropertyValue Concept Reference

A value assignable to a property. More...

Concept definition

template<class T>
concept PropertyValue =
std::convertible_to<T, const PropertyProxy&> ||
std::convertible_to<T, void*> || std::convertible_to<T, StringParam> ||
std::convertible_to<T, Sint64> || std::convertible_to<T, float>
A value assignable to a property.
Definition SDL3pp_properties.h:95

Detailed Description

A value assignable to a property.