diff options
author | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:24:03 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:24:05 -0500 |
commit | 5c61e0ba3938c9b939416ec996ee339bf1417ebf (patch) | |
tree | 0fa2eb2fa1f0b628f7dacbd356408f724e51c397 /src/input_common/udp/udp.cpp | |
parent | fb9c9ddcc908e181793fb2564c7e05c1af5d4913 (diff) |
input_common/udp: std::move SocketCallback instances where applicable
std::function is allowed to heap allocate if the size of the captures
associated with each lambda exceed a certain threshold. This prevents
potentially unnecessary reallocations from occurring.
Diffstat (limited to 'src/input_common/udp/udp.cpp')
0 files changed, 0 insertions, 0 deletions