Print to the console the specified string, s. Note that the underlying stream is not flushed.

Synopsis

Declared in <bsls_bsltestutil.h>

static
void
printStringNoFlush(char const* s);

Parameters

Name

Description

s

null‐terminated string to print

Created with MrDocs