xieite::term::%%MEMBER FUNCTION%%()

Defined in header <xieite/io/term.hpp>

%%DESCRIPTION%%


Declaration

#0
%%DECLARATION%%

#1
%%DECLARATION%%


Example

int main() {
	std::print("{}Hello, world!\x1B[0m\n", xieite::term::%%MEMBER FUNCTION%%());

	xieite::term term;
	term.%%MEMBER FUNCTION%%(true);
	std::puts("Hello, world!");
}
Possible output:
Hello, world!
[View in Compiler Explorer] (Demonstration in Compiler Explorer unavailable)