Boost.AFIO    Boost C++ Libraries
Functions
make_io_req

Functions

template<class T >
auto boost::afio::make_io_req (future<> _precondition, T &&v, off_t _where)-> decltype(detail
 Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.
template<class T >
io_req< const
std::initializer_list< T > > 
boost::afio::make_io_req (future<> _precondition, const std::initializer_list< T > &v, off_t _where)
 Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.
template<class T >
auto boost::afio::make_io_req (future<> _precondition, T &&v, size_t _length, off_t _where)-> decltype(detail
 Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.

Function Documentation

template<class T >
auto boost::afio::make_io_req ( future<>  _precondition,
T &&  v,
off_t  _where 
)

Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.

Returns:
An io_req matching the supplied parameter type. Constructs an instance.
Parameters:
_preconditionAn optional precondition for this operation
vA pointer to memory or reference to object into which to read or write
_whereThe offset at which to transfer

Definition at line 3370 of file afio.hpp.

template<class T >
io_req<const std::initializer_list<T> > boost::afio::make_io_req ( future<>  _precondition,
const std::initializer_list< T > &  v,
off_t  _where 
)

Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.

Returns:
An io_req matching the supplied parameter type. Constructs an instance.
Parameters:
_preconditionAn optional precondition for this operation
vA pointer to memory or reference to object into which to read or write
_whereThe offset at which to transfer

Definition at line 3385 of file afio.hpp.

template<class T >
auto boost::afio::make_io_req ( future<>  _precondition,
T &&  v,
size_t  _length,
off_t  _where 
)

Convenience instantiator of a io_req, letting the compiler deduce the template specialisation to use.

Returns:
An io_req matching the supplied parameter type. Constructs an instance.
Parameters:
_preconditionAn optional precondition for this operation
vA pointer to memory or reference to object into which to read or write
_whereThe offset at which to transfer
_lengthThe number of bytes to transfer

Definition at line 3401 of file afio.hpp.


January, 2014

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