Functions
Kalman::Util Namespace Reference

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...
 

Detailed Description

Nested namespace in Kalman to avoid name clash with std::swap.

Function Documentation

template<typename T >
void Kalman::Util::swap ( T &  a,
T &  b 
)
inline

Swaps objects a and b.

Type requirements
T must be assignable. If t1, t2 are instances of T, the following expressions must be valid :
  • T t1 = t2;
    Copy constructor
  • t1 = t2;
    Assignment operator

Definition at line 104 of file ktypes.hpp.



kfilter
Author(s): Jorge Almeida, Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Mon Mar 2 2015 01:31:45