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

A concept that describes setters for string bindings. More...

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

Concept definition

template<typename Type, typename BindingValue, typename Object>
concept xentara::workbench::bindings::StringSetter = std::invocable<Type, Object &, BindingValue &&>
A concept that describes setters for string bindings.
Definition Concepts.hpp:56

Detailed Description

A concept that describes setters for string bindings.

The setter must be invokable with a mutable reference to the object and an rvalue reference to the binding value.