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. | |
Nested namespace in Kalman to avoid name clash with std::swap.
| void Kalman::Util::swap | ( | T & | a, | |
| T & | b | |||
| ) | [inline] |
Swaps objects a and b.
T must be assignable. If t1, t2 are instances of T, the following expressions must be valid :T t1 = t2;
t1 = t2;
Definition at line 104 of file ktypes.hpp.