Boost.AFIO    Boost C++ Libraries
Public Types | Public Member Functions
boost::afio::detail::make_io_req< T, is_container > Struct Template Reference

List of all members.

Public Types

typedef std::remove_pointer
< typename std::decay< T >
::type >::type 
_T
typedef io_req< _T > type

Public Member Functions

template<class U >
type operator() (future<> _precondition, U &&v, off_t _where) const
template<class U >
type operator() (future<> _precondition, U &&v, size_t _length, off_t _where) const

Detailed Description

template<class T, bool is_container = detail::is_container<T>::value>
struct boost::afio::detail::make_io_req< T, is_container >

Definition at line 3328 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen