MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
ScratchSpace< T >::p_ Struct Reference

#include <scratch.h>

Public Member Functions

reference operator[] (size_type i)
 
const_reference operator[] (size_type i) const
 

Public Attributes

ScratchSpace< T > & s
 

Detailed Description

template<typename T>
struct ScratchSpace< T >::p_

Definition at line 805 of file scratch.h.

Member Function Documentation

◆ operator[]() [1/2]

template<typename T >
reference ScratchSpace< T >::p_::operator[] ( size_type  i)
inline

Definition at line 807 of file scratch.h.

807{ return s[i]; }
ScratchSpace< T > & s
Definition: scratch.h:806

◆ operator[]() [2/2]

template<typename T >
const_reference ScratchSpace< T >::p_::operator[] ( size_type  i) const
inline

Definition at line 808 of file scratch.h.

808{ return s[i]; }

Member Data Documentation

◆ s

template<typename T >
ScratchSpace<T>& ScratchSpace< T >::p_::s

Definition at line 806 of file scratch.h.


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