Nested namespace in Kalman to avoid name clash with std::swap.
More...
Functions | |
| template<typename T > | |
| void | swap (T &a, T &b) |
Swaps objects a and b. More... | |
Nested namespace in Kalman to avoid name clash with std::swap.
|
inline |
Swaps objects a and b.
T must be assignable. If t1, t2 are instances of T, the following expressions must be valid :Definition at line 104 of file ktypes.hpp.