6 #ifndef BITCOIN_NETMESSAGEMAKER_H
7 #define BITCOIN_NETMESSAGEMAKER_H
17 template <
typename... Args>
21 msg.
m_type = std::move(msg_type);
26 template <
typename... Args>
29 return Make(0, std::move(msg_type), std::forward<Args>(
args)...);
CNetMsgMaker(int nVersionIn)
CSerializedNetMsg Make(int nFlags, std::string msg_type, Args &&... args) const
CSerializedNetMsg Make(std::string msg_type, Args &&... args) const
std::vector< unsigned char > data