file
diagnostic_value_format.h
Namespaces
- namespace vt
- namespace vt::runtime
- namespace vt::runtime::component
- namespace vt::runtime::component::detail
Classes
-
template<typename T, typename _Enable = void>struct vt::runtime::component::detail::DiagnosticValueFormatter
-
template<typename T>struct vt::runtime::component::detail::DiagnosticValueFormatter<T, typename std::enable_if_t<std::is_same<T, double>::value or std::is_same<T, float>::value>>
-
template<typename T>struct vt::runtime::component::detail::DiagnosticValueFormatter<T, typename std::enable_if_t<not(std::is_same<T, double>::value or std::is_same<T, float>::value)>>
-
template<typename T>struct vt::runtime::component::detail::DiagnosticEraser
- Erase the types from a
DiagnosticValue<T>
for holding in a general container. - struct vt::runtime::component::detail::DiagnosticFormatter
- Pretty-print a value with appropriately scaled units.