#pragma once #include <string> struct ResultSetInfo { int max{-1}; std::string before{}; std::string after{}; };