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

Public Types

enum  { DIM = scalar_traits<T>::DIM }
 
using pointer = typename scalar_traits< T >::real_type *
 

Public Member Functions

 container_proxy (T &a)
 
size_t size () const
 
pointer data ()
 

Public Attributes

T & ref
 

Detailed Description

template<typename T>
struct qmcplusplus::container_proxy< T >

Definition at line 52 of file container_proxy.h.

Member Typedef Documentation

◆ pointer

using pointer = typename scalar_traits<T>::real_type*

Definition at line 58 of file container_proxy.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Constructor & Destructor Documentation

◆ container_proxy()

container_proxy ( T &  a)
inline

Definition at line 60 of file container_proxy.h.

Member Function Documentation

◆ data()

pointer data ( )
inline

Definition at line 62 of file container_proxy.h.

◆ size()

size_t size ( ) const
inline

Definition at line 61 of file container_proxy.h.

Member Data Documentation

◆ ref


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