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())>>;
}

Detailed Description

Definition at line 26 of file CommonConcepts.hpp.