MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / swap

Method swap

core/src/core/overlap_save_convolution_effect.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void OverlapSaveFIR::swap(OverlapSaveFIR& a, OverlapSaveFIR& b)
63{
64 a.mData.swap(b.mData);
65}
66
67
68// --------------------------------------------------------------------------------------------------------------------

Callers 1

applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected