dune-grid 2.9.0
|
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... | |
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.
typedef T Dune::VTK::PrintType< T >::Type |
type to convert T to before putting it into a stream with <<