Exception type that is thrown on invalid access of an empty Poly object.

Synopsis

Declared in <folly/PolyException.h>

struct BadPolyAccess
    : std::exception

Base Classes

Name

Description

std::exception

Member Functions

Name

Description

BadPolyAccess [constructor]

Constructs a BadPolyAccess exception.

operator=

what [virtual]

Returns the exception's explanatory string.

Created with MrDocs