BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Namespaces | Functions
acc.hpp File Reference
#include "common.hpp"

Go to the source code of this file.

Namespaces

 Bempp
 
 

Functions

template<typename Container >
Container::reference Bempp::acc (Container &v, typename Container::size_type i)
 Returns i'th element of the container v, optionally checking bounds. More...
 
template<typename Container >
Container::const_reference Bempp::acc (const Container &v, typename Container::size_type i)
 Returns i'th element of the container v, optionally checking bounds. More...
 

Detailed Description

Bounds checking for STL containers.