ViennaGrid - The Vienna Grid Library  2.1.0
Static Public Attributes
has_boundary< WrappedConfigT, HostElementTagT, BoundaryElementTagT > Struct Template Reference

Determines if a given host element has a given boundary element using a wrapped config. More...

#include <element_config.hpp>

Static Public Attributes

static const bool is_present = is_element_present<WrappedConfigT, BoundaryElementTagT>::value
static const bool value = has_boundary_helper<WrappedConfigT, HostElementTagT, BoundaryElementTagT, is_present>::value

Detailed Description

template<typename WrappedConfigT, typename HostElementTagT, typename BoundaryElementTagT>
struct viennagrid::config::result_of::has_boundary< WrappedConfigT, HostElementTagT, BoundaryElementTagT >

Determines if a given host element has a given boundary element using a wrapped config.


Field Documentation

const bool is_present = is_element_present<WrappedConfigT, BoundaryElementTagT>::value [static]
const bool value = has_boundary_helper<WrappedConfigT, HostElementTagT, BoundaryElementTagT, is_present>::value [static]

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