|
std::ostream & | llfio_v2_xxx::operator<< (std::ostream &s, const handle &v) |
|
std::ostream & | llfio_v2_xxx::operator<< (std::ostream &s, const handle::mode &v) |
|
std::ostream & | llfio_v2_xxx::operator<< (std::ostream &s, const handle::creation &v) |
|
std::ostream & | llfio_v2_xxx::operator<< (std::ostream &s, const handle::caching &v) |
|
std::ostream & | llfio_v2_xxx::operator<< (std::ostream &s, const handle::flag &v) |
|
template<class Dest , class Src > |
void | llfio_v2_xxx::detail::fill_failure_info (Dest &dest, const Src &src) |
|
template<class T > |
void | llfio_v2_xxx::detail::log_inst_to_info (const handle *inst, const char *buffer) |
|
void | llfio_v2_xxx::swap (handle &self, handle &o) noexcept |
| Swap with another instance.
|
|
result< void > | llfio_v2_xxx::close (handle &self) noexcept |
| Immediately close the native handle type managed by this handle.
|
|