#include <genesis/population/window/window.hpp>
Empty helper data struct to serve as a dummy for Window.
By default, the Window::Accumulator type does not do anything, because most of the time, we do not need it. This class here serves as that empty class, so that the user does not have to provide one when using Window without an accumulator.
Definition at line 57 of file window.hpp.