Public Types

next_segment_layer_selector< Config, dim, handling_tag > Struct Template Reference

Helper class that returns the next class type for recursive inheritance. Was introduced due to Visual Studio compilation problems of the first approach. More...

#include <segment_layers.hpp>

Public Types

typedef segment_layers_full
< Config, dim > 
type

Detailed Description

template<typename Config, long dim, typename handling_tag = typename result_of::bndcell_handling<Config, segment_t<Config>, dim>::type>
struct viennagrid::detail::next_segment_layer_selector< Config, dim, handling_tag >

Helper class that returns the next class type for recursive inheritance. Was introduced due to Visual Studio compilation problems of the first approach.


Member Typedef Documentation

typedef segment_layers_full<Config, dim> type

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