Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
Now we can declare a function which takes any message as a parameter:现在,我们可以声明一个能够接受任意消息作为参数的函数了:``` template<bool isRequest, class Fields, class Body> void f(message<isRequest, Fields, Body>& msg); ```