SRS-control
0.1.4
Loading...
Searching...
No Matches
srs::OutputCompatible Concept Reference
#include <
CommonConcepts.hpp
>
Concept definition
template
<
typename
DataType,
typename
TaskType>
concept
srs::OutputCompatible
=
requires
(DataType, TaskType task) {
std::is_same_v<DataType, std::remove_cvref_t<
decltype
(task.get_output_data())>>;
}
srs::OutputCompatible
Definition
CommonConcepts.hpp:26
Detailed Description
Definition at line
26
of file
CommonConcepts.hpp
.
srs
OutputCompatible
Impressum
Datenschutzerklärung
Generated by
1.13.2