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>
sir::DerivedFromStreamBuf
Ensures that T derives from std::streambuf.
Definition
sir.hh:639
Detailed Description
Ensures that T derives from std::streambuf.
sir
DerivedFromStreamBuf
Generated by
1.13.2