cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
copy_string_to_iterator.h File Reference

Definition of copy_string_to_iterator function. More...

#include <algorithm>
#include <string_view>
Include dependency graph for copy_string_to_iterator.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of copy_string_to_iterator function.

Definition in file copy_string_to_iterator.h.