Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <accessors.hh>
Public Types | |
typedef T | OT |
This is primary type dispatch template. For given type it defines type that will be read from the storage. i.e. short int, char, and int are all translated to int.
TODO: us boost type traits to have this dispatch complete. following could work, but then the second dispatch do not work and probably has to be also implemented by mpl. The problem is, that TD<short int>::OT is not 'int', but unprocessed mpl construct. I don't know how to force compiler to process it before using it for the second dispatch.
Definition at line 641 of file accessors.hh.
typedef T Input::internal::TD< T >::OT |
Definition at line 642 of file accessors.hh.