Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bsls::Nullptr_Impl Struct Reference

#include <bsls_nullptr.h>

List of all members.

Classes

struct  Nullptr_ProxyType

Public Types

typedef int Nullptr_ProxyType::* Type

Detailed Description

This implementation-private struct provides an alias for a type that can match a null pointer literal, but is not a pointer itself. It offers a limited emulation of the C++11 std::nullptr_t type.

See Component bsls_nullptr


Member Typedef Documentation

typedef int Nullptr_ProxyType::* bsls::Nullptr_Impl::Type

alias to an "unspecified" null


The documentation for this struct was generated from the following file: