You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a concept-specialization of boost::capy::write for types modelling concept WriteSink.
Indicate that the contract of these overloads is "write the entire contents in the most effective way" (partial writes are not guaranteed to be observable).
Add a concept-specialization of boost::capy::write for types modelling concept
WriteSink.Indicate that the contract of these overloads is "write the entire contents in the most effective way" (partial writes are not guaranteed to be observable).