sbio::CanOpenStreams
sbio::CanOpenStreams
Section titled “sbio::CanOpenStreams”Definition
Section titled “Definition”template<typename T, typename IO>concept= requires(Stream<IO, T>* streams, const typename T::StreamParameters& cfg) { { T::open_streams(streams, cfg) } -> std::convertible_to<IOStatus>; };