11 #include <corsika/output/Configurable.hpp> 17 template <
typename TOutput>
31 template <
typename... TArgs>
32 void write(TArgs&&... args) {
33 output_.write(std::forward<TArgs>(args)...);
This is the base class for all classes that have YAML representations of their configurations.
`, since they are used everywhere as integral part of the framework.