Ignore the specified message and return a char.

Synopsis

Declared in <bslma_usesbslmaallocator.h>

[[deprecated]]
static
char
check(char const* message);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Description

Declared but not defined; for metaprogramming only. Note that, on platforms that support a deprecation attribute, use of this function, even in an unevaluated context, will yield a deprecation warning.

Return Value

a char value (declaration only; not defined)

Parameters

Name

Description

message

ignored diagnostic string

Created with MrDocs