Domi
Multi-dimensional, distributed data structures
 All Classes Files Functions Variables Typedefs Friends
Public Types | List of all members
Domi::remove_const< T > Struct Template Reference

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.
 

Detailed Description

template<class T>
struct Domi::remove_const< T >

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.


The documentation for this struct was generated from the following file:

Generated on Fri Sep 1 2023 07:56:17 for Domi by doxygen 1.8.5