Domi
Multi-dimensional, distributed data structures
|
Provide capability to declare a variable as non-const, even if template parameter is const. More...
#include <Domi_Utils.hpp>
Public Types | |
typedef T | type |
Typedef for the template parameter. | |
Provide capability to declare a variable as non-const, even if template parameter is const.
Note that this capability is provided in the C++11 standard via std::remove_const<>, but that we cannot asssume that we are using a C++11 compiler.