dune-grid 2.9.0
Public Types | List of all members
Dune::VTK::PrintType< T > Struct Template Reference

determine a type to safely put another type into a stream More...

#include <dune/grid/io/file/vtk/common.hh>

Public Types

typedef T Type
 type to convert T to before putting it into a stream with << More...
 

Detailed Description

template<typename T>
struct Dune::VTK::PrintType< T >

determine a type to safely put another type into a stream

This is mainly interating for character types which should print as their integral value, not as a character.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T Dune::VTK::PrintType< T >::Type

type to convert T to before putting it into a stream with <<


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