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

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

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

Concept definition

template<typename Type, typename BindingValue, typename Object>
concept xentara::workbench::bindings::StringGetter = std::convertible_to<std::invoke_result_t<Type, const Object &>,
A concept that describes getters for string bindings.
Definition Concepts.hpp:49

Detailed Description

A concept that describes getters for string bindings.

If the getter is invoked with a const-reference to the object, the return type must be convertible to a string view.