#include <outputformatter.h>
template<typename Converter, std::enable_if_t< std::is_same_v< Converter, ToASCII >||std::is_same_v< Converter, ToBinary >, bool > = true>
struct smash::OutputFormatter< Converter, >::UnknownQuantity
Thrown when a not existing quantity is used.
Definition at line 501 of file outputformatter.h.
The documentation for this struct was generated from the following file: