xentara-plugin v2.0.4
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::config::CopyResolvable Concept Reference

A concept describing resolvable objects that are resolved as copies. More...

#include <xentara/config/Concepts.hpp>

Concept definition

template<typename Type>
std::same_as<Type, model::ElementAttribute> ||
std::same_as<Type, process::ExtendedEvent>
A concept describing resolvable objects that are resolved as copies.
Definition Concepts.hpp:74

Detailed Description

A concept describing resolvable objects that are resolved as copies.

This concept describes object types where the caller must store copy of to the object, like for model::ElementAttribute or process::ExtendedEvent.