]> git.tdb.fi Git - libs/net.git/commitdiff
Refactor the API for defining packets in Protocol
authorMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2022 23:21:11 +0000 (01:21 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2022 23:21:11 +0000 (01:21 +0200)
A variadic template function provides a nicer interface than chained call
operators.  Required C++ standard version is now C++14 due to deduced
automatic return types.


No differences found