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