SRS-control 0.1.4
 
Loading...
Searching...
No Matches
srs::StreamableOutput Concept Reference

#include <CommonConcepts.hpp>

Concept definition

template<typename T>
concept srs::StreamableOutput = requires(T obj) { std::declval<std::ofstream>() << obj; }

Detailed Description

Definition at line 14 of file CommonConcepts.hpp.