QMCPACK
scalar_traits< T > Struct Template Reference
+ Collaboration diagram for scalar_traits< T >:

Public Types

enum  { DIM = 1 }
 
using real_type = T
 
using value_type = T
 

Static Public Member Functions

static T * get_address (T *a)
 

Detailed Description

template<class T>
struct qmcplusplus::scalar_traits< T >

Definition at line 28 of file container_proxy.h.

Member Typedef Documentation

◆ real_type

using real_type = T

Definition at line 34 of file container_proxy.h.

◆ value_type

using value_type = T

Definition at line 35 of file container_proxy.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 

Definition at line 30 of file container_proxy.h.

31  {
32  DIM = 1
33  };

Member Function Documentation

◆ get_address()


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