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

A concept that describes values that can be bound to a string binding. More...

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

Concept definition

template<typename Type, typename BindingValue>
std::convertible_to<const Type &,
std::assignable_from<Type &, BindingValue &&>
A concept that describes values that can be bound to a string binding.
Definition Concepts.hpp:70

Detailed Description

A concept that describes values that can be bound to a string binding.

The value must be const-convertible to a string view, and move-assignable from the binding value.