Bridges-C++  3.4.2
Bridges(C++ API)
Public Member Functions | Public Attributes | List of all members
bridges::datastructure::Array3D< E >::Bracket_helper_const Struct Reference

#include <Array3D.h>

Detailed Description

template<typename E>
struct bridges::datastructure::Array3D< E >::Bracket_helper_const

helper const class is to make [][] operators work on array 2d. You should never use it directly

helper class to make [][] operators work on array 2d. You should never use it directly

Public Member Functions

 Bracket_helper_const (Array3D< E > &a, int x)
 
Bracket_helper2_const operator[] (int y) const
 

Public Attributes

Array3D< E > const & arr
 
int x
 

Constructor & Destructor Documentation

◆ Bracket_helper_const()

template<typename E >
bridges::datastructure::Array3D< E >::Bracket_helper_const::Bracket_helper_const ( Array3D< E > &  a,
int  x 
)
inline

Member Function Documentation

◆ operator[]()

template<typename E >
Bracket_helper2_const bridges::datastructure::Array3D< E >::Bracket_helper_const::operator[] ( int  y) const
inline

Member Data Documentation

◆ arr

template<typename E >
Array3D<E> const& bridges::datastructure::Array3D< E >::Bracket_helper_const::arr

◆ x

template<typename E >
int bridges::datastructure::Array3D< E >::Bracket_helper_const::x

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