LLFIO  v2.00
combining.hpp File Reference

Provides combining_handle_adapter. More...

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

 llfio_v2_xxx
 The LLFIO 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 >
 

Detailed Description

Provides combining_handle_adapter.