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

Determines if orientation is available for a given host element and 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_orientation_helper<WrappedConfigT, HostElementTagT, BoundaryElementTagT, is_present>::value

Detailed Description

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

Determines if orientation is available for a given host element and 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_orientation_helper<WrappedConfigT, HostElementTagT, BoundaryElementTagT, is_present>::value [static]

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