Assert that ptr is not a null pointer.

Synopsis

Declared in <bslstl_hashtable.h>

template<class TYPE>
static
void
assertNotNullPointer(TYPE*& ptr);

Parameters

Name

Description

ptr

pointer that must not be null

Created with MrDocs