|
Bifrost SDK
Bifrost SDK documentation
|
Flag that may be passed when creating a Ptr, to make it contain a default value as its pointee. More...
#include <Ptr.h>
Flag that may be passed when creating a Ptr, to make it contain a default value as its pointee.
This can be passed the Ptr constructor to create a Ptr to a default value for its pointee. The Ptr will therefore NOT be null when constructed with this flag. For example: