esv::clear_screen is an object to clear the screen characters. It does not work on all environments. It works on linux at least.
Calling Sig:
esv::clear_screen();
#include <esvcpp/core.hpp> int main() { esv::clear_screen(); }
E