Bridges-C++  3.4.2
Bridges(C++ API)
Public Member Functions | List of all members
bridges::datastructure::Grid< E >::BracketHelperConst Class Reference

#include <Grid.h>

Detailed Description

template<typename E>
class bridges::datastructure::Grid< E >::BracketHelperConst

This BracketHelperConst is a helper class to get the [] operators to work.

It is not intended to be used by bridges users.

Public Member Functions

 BracketHelperConst (Grid< E > const &g, int r)
 
E const & operator[] (int col) const
 

Constructor & Destructor Documentation

◆ BracketHelperConst()

template<typename E >
bridges::datastructure::Grid< E >::BracketHelperConst::BracketHelperConst ( Grid< E > const &  g,
int  r 
)
inline

Member Function Documentation

◆ operator[]()

template<typename E >
E const& bridges::datastructure::Grid< E >::BracketHelperConst::operator[] ( int  col) const
inline

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