ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
handled_container_tag< ContainerTagT, HandleTagT > Struct Template Reference

A tag indicating that a handled container is used. More...

#include <forwards.hpp>

Public Types

typedef ContainerTagT container_tag
typedef HandleTagT handle_tag

Detailed Description

template<typename ContainerTagT, typename HandleTagT>
struct viennagrid::handled_container_tag< ContainerTagT, HandleTagT >

A tag indicating that a handled container is used.

Template Parameters:
ContainerTagTA tag defining the underlying container, e.g. std_vector_tag
HandleTagTA tag defining which handle type is used, e.g. pointer_handle_tag

Member Typedef Documentation

typedef ContainerTagT container_tag
typedef HandleTagT handle_tag

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