xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
Loading...
Searching...
No Matches
xentara::workbench::bindings::PropertyChangedInvocable Concept Reference

A concept that describes objects that can be used as a property callback. More...

#include <xentara/workbench/bindings/PropertyChangedCallback.hpp>

Concept definition

template<typename Type>
concept xentara::workbench::bindings::PropertyChangedInvocable = std::invocable<Type> || std::invocable<Type, Action, std::size_t>
A concept that describes objects that can be used as a property callback.
Definition PropertyChangedCallback.hpp:165

Detailed Description

A concept that describes objects that can be used as a property callback.

Include file
#include <xentara/workbench/bindings/PropertyChangedCallback.hpp>