dune-grid-glue  2.6-git
Public Types | Public Member Functions | Related Functions | List of all members
Dune::GridGlue::Reverse< reverse > Struct Template Reference

#include <dune/grid-glue/adapter/rangegenerators.hh>

Inheritance diagram for Dune::GridGlue::Reverse< reverse >:
Inheritance graph

Public Types

typedef Reverse type
 

Public Member Functions

constexpr Reverse<!reverse > operator! () const
 

Related Functions

(Note that these are not member functions.)

const Reverse< true > reversed
 

Detailed Description

template<bool reverse>
struct Dune::GridGlue::Reverse< reverse >

Static tag representing reversal of in- and outside of intersecions.

Member Typedef Documentation

◆ type

template<bool reverse>
typedef Reverse Dune::GridGlue::Reverse< reverse >::type

Member Function Documentation

◆ operator!()

template<bool reverse>
constexpr Reverse<!reverse> Dune::GridGlue::Reverse< reverse >::operator! ( ) const
inline

Friends And Related Function Documentation

◆ reversed

template<bool reverse>
const Reverse<true> reversed
related

Static tag representing reversal of in- and outside of intersections.


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