|
dune-vtk 2.8
|
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | 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 |