QMCPACK
container_proxy< Array< T, D > > Struct Template Reference
+ Collaboration diagram for container_proxy< Array< T, D > >:

Public Types

using pointer = typename container_proxy< T >::pointer
 

Public Member Functions

 container_proxy (Array< T, D > &a)
 
size_t size () const
 
pointer data ()
 

Public Attributes

Array< T, D > & ref
 

Detailed Description

template<typename T, unsigned D>
struct qmcplusplus::container_proxy< Array< T, D > >

Definition at line 229 of file container_proxy.h.

Member Typedef Documentation

◆ pointer

using pointer = typename container_proxy<T>::pointer

Definition at line 231 of file container_proxy.h.

Constructor & Destructor Documentation

◆ container_proxy()

container_proxy ( Array< T, D > &  a)
inline

Definition at line 233 of file container_proxy.h.

Member Function Documentation

◆ data()

pointer data ( )
inline

◆ size()

size_t size ( ) const
inline

Member Data Documentation

◆ ref

Array<T, D>& ref

Definition at line 232 of file container_proxy.h.


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