Updated on 2022-03-13 GMT+08:00

IsValid

Function Prototype

bool IsValid() const;

Function Description

Checks whether a graph object is valid.

Parameter Description

None

Return Value

Parameter

Type

Description

-

bool

  • true: The constructed graph object is valid (non-null pointer).
  • false: The constructed graph object is invalid (null pointer).

Exception Handling

None

Restriction

None