3#ifndef _aspose_system_value_type_h
4#define _aspose_system_value_type_h
6#include <system/object.h>
7#include <system/shared_ptr.h>
8#include <system/exceptions.h>
9#include <system/boxable_traits.h>
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Baseclass for value types with Object inheritance being truncated for performance reasons....
Definition: value_type.h:17
static bool Equals(const SharedPtr< Object > &o)
Supports value type and reference type comparison.
Definition: db_command.h:9
Template predicate that checks if boxing of the specified type is supported.
Definition: boxable_traits.h:16