xieite ::term ::~term ()
Defined in header <xieite/io/term.hpp>
Destructs a
xieite ::term {}
. Resets modes, styles, cursor and screen alternatives, and cursor invisibility.Declaration
~term ();
Example
Possible output:int main () {std ::println (" ,{} Hello, world!\x1B[0m "xieite ::term ::%%MEMBER FUNCTION%% ());xieite ::term term ;term .%%MEMBER FUNCTION%% (true );std ::puts ("Hello, world!" ); }
[View in Compiler Explorer]Hello, world!