Public Types

assert_bracket_operator_access< ContainerType > Struct Template Reference

A guard that ensures that operator[] access is possible. Throws a verbose compile time error if access is not possible. More...

#include <domain_iterators.hpp>

Public Types

typedef
ContainerType::ERROR_BRACKET_OPERATOR_ACCESS_IMPOSSIBLE_AT_THIS_DOMAIN_LEVEL___USE_ITERATORS 
type

Detailed Description

template<typename ContainerType>
struct viennagrid::assert_bracket_operator_access< ContainerType >

A guard that ensures that operator[] access is possible. Throws a verbose compile time error if access is not possible.


Member Typedef Documentation

typedef ContainerType::ERROR_BRACKET_OPERATOR_ACCESS_IMPOSSIBLE_AT_THIS_DOMAIN_LEVEL___USE_ITERATORS type

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