ViennaGrid - The Vienna Grid Library  2.1.0
Public Types | Static Public Attributes
is_element_present< WrappedConfigType, element_tag > Struct Template Reference

Determines if a given element tag is present within a wrapped config. More...

#include <element_config.hpp>

Public Types

typedef query
< WrappedConfigType, null_type,
element_tag >::type 
ElementConfigType

Static Public Attributes

static const bool value = !viennagrid::detail::EQUAL<ElementConfigType, viennagrid::not_found>::value

Detailed Description

template<typename WrappedConfigType, typename element_tag>
struct viennagrid::config::result_of::is_element_present< WrappedConfigType, element_tag >

Determines if a given element tag is present within a wrapped config.


Member Typedef Documentation

typedef query<WrappedConfigType, null_type, element_tag>::type ElementConfigType

Field Documentation


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