Main Page
Namespaces
Classes
Files
Directories
Related Pages
Namespace List
Namespace Members
Kalman
::
Util
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
Generated on Sat Jan 28 21:02:01 2006 for KFilter by
1.4.5