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.

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


kfilter
Author(s): Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Wed Jul 23 04:33:42 2014