AttrValue Constructor and Destructor

Header File

  • Header file: #include <graph/attr_value.h>
  • Library file: libgraph_base.so

Function Usage

Constructs and destructs an object of class AttrValue.

Prototype

1
2
AttrValue()
~AttrValue() = default

Parameters

None

Returns

Object of class AttrValue.

Exception Handling

None

Constraints

None