dune-grid 2.10
|
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 << | |
determine a type to safely put another type into a stream
This is mainly interesting 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 <<