LLFIO v2.00
|
Provides `combining_handle_adapter`. More...
#include "../../map_handle.hpp"
Classes | |
class | llfio_v2_xxx::algorithm::combining_handle_adapter< Op, Target, Source > |
A handle combining the data from one or two other handles. More... | |
Namespaces | |
namespace | llfio_v2_xxx |
The LLFIO namespace. | |
namespace | llfio_v2_xxx::algorithm |
Collection of file system based algorithms. | |
Typedefs | |
template<class Target , class Source > | |
using | llfio_v2_xxx::algorithm::detail::combining_handle_adapter_choose_base = std::conditional_t< std::is_base_of< file_handle, Target >::value &&(std::is_void< Source >::value||std::is_base_of< file_handle, Source >::value), file_handle_wrapper, byte_io_handle > |
Provides `combining_handle_adapter`.