xieite ::term ::clear_screen_code ()
Defined in header <xieite/io/term.hpp>
Returns a string which clears the entire screen when printed.
Declaration
[[nodiscard ]]static constexpr std ::string clear_screen_code ()noexcept ;
Example
Possible output:int main () {std ::println ("Hello, ,{} world!"xieite ::term ::clear_screen_code ()); }
world!