cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of copy_string_to_iterator function. More...
#include <algorithm>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::util |
Namespace of utilities. |
Functions | |
template<typename Iterator> | |
Iterator | msgpack_rpc::util::copy_string_to_iterator (std::string_view string, Iterator iterator) |
Copy a string to a range of an iterator. |
Definition of copy_string_to_iterator function.
Definition in file copy_string_to_iterator.h.