libsir 2.2.6
Standard Incident Reporter
Loading...
Searching...
No Matches
sir::DerivedFromStreamBuf Concept Reference

Ensures that T derives from std::streambuf. More...

Concept definition

template<typename T>
concept sir::DerivedFromStreamBuf = std::is_base_of_v<std::streambuf, T>
Ensures that T derives from std::streambuf.
Definition sir.hh:639

Detailed Description

Ensures that T derives from std::streambuf.