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

Helper class for has_boundary_cells, using dispatch if the host element is present. More...

#include <element_config.hpp>

Static Public Attributes

static const bool value

Detailed Description

template<typename WrappedConfigT, typename HostElementTagT, typename BoundaryElementTagT, bool is_present = is_element_present<WrappedConfigT, BoundaryElementTagT>::value>
struct viennagrid::config::result_of::has_boundary_helper< WrappedConfigT, HostElementTagT, BoundaryElementTagT, is_present >

Helper class for has_boundary_cells, using dispatch if the host element is present.


Field Documentation

const bool value [static]
Initial value:
            !viennagrid::detail::EQUAL<
                typename query<WrappedConfigT, viennagrid::no_handling_tag, HostElementTagT, element_boundary_storage_layout_tag, BoundaryElementTagT>::type,
                viennagrid::no_handling_tag
            >::value

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