QMCPACK
type_manipulation.hpp File Reference
+ Include dependency graph for type_manipulation.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BottomConstRemoved< CT >
 Type with the bottom const removed in types of X (const) * const *. More...
 

Class Documentation

◆ BottomConstRemoved

struct BottomConstRemoved

template<typename CT>
struct BottomConstRemoved< CT >

Type with the bottom const removed in types of X (const) * const *.

Definition at line 20 of file type_manipulation.hpp.

+ Collaboration diagram for BottomConstRemoved< CT >:
Class Members
typedef typename add_pointer< typename remove_const< typename remove_pointer< CT >::type >::type >::type type