MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::tensor::detail_ Namespace Reference

Classes

class  TensorStorage
 A vector-like data storage class that supports both internal and external storage mechanisms. More...
 

Functions

template<class TT >
void swap (TensorStorage< TT > &a, TensorStorage< TT > &b)
 Swap the contents between two TensorStorage objects. More...
 

Function Documentation

◆ swap()

template<class TT >
void maia::tensor::detail_::swap ( TensorStorage< TT > &  a,
TensorStorage< TT > &  b 
)
inline
Author
Michael Schlottke (mic) mic@a.nosp@m.ia.r.nosp@m.wth-a.nosp@m.ache.nosp@m.n.de
Date
2012-11-14
Template Parameters
TT
Parameters
[in]aFirst object.
[in]bSecond object.

Definition at line 998 of file tensor.h.

998 {
999 a.swap(b);
1000}
Definition: contexttypes.h:19