|
dune-vtk
0.2
|
#include <type_traits>Go to the source code of this file.
Namespaces | |
| Dune | |
| Dune::Vtk | |
Typedefs | |
| template<class Factory , class... Args> | |
| using | Dune::Vtk::HasInsertVertex = decltype(std::declval< Factory >().insertVertex(std::declval< Args >()...)) |
| template<class GF > | |
| using | Dune::Vtk::VertexId_t = typename Impl::VertexIdType< GF >::type |