|
OXY API 1.0
OXY API Library Documentation
|
Push a blob object to a container connection. More...
#include <blob.hpp>
Public Types | |
| using | coro_t = coro::coroutine<std::tuple<object_t, contents_t>> |
Public Member Functions | |
| auto | operator() (connection_ptr &conn) const -> coro_t::push_type |
Push a blob object to a container connection.
| auto oxy::core::blob::push_fn::operator() | ( | connection_ptr & | conn | ) | const -> coro_t::push_type |
This operator pushes a blob object to the specified container connection. It returns a coroutine that yields the object_t and its associated contents_t as a tuple.