BEM++
2.0
|
#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... | |
Bounds checking for STL containers.