15#ifndef A_UTIL_UTIL_RESULT_IMPL_REFERENCE_COUNTED_OBJECT_DISABLE_DYNAMIC_ALLOC_HEADER_INCLUDED
16#define A_UTIL_UTIL_RESULT_IMPL_REFERENCE_COUNTED_OBJECT_DISABLE_DYNAMIC_ALLOC_HEADER_INCLUDED
42 static void*
operator new(std::size_t)
throw()
48 static void operator delete(
void*, std::size_t)
Definition error_description_intf.h:28
ReferenceCountedObject(...)
CTOR, does nothing and should never be used directly.
Definition reference_counted_object_disable_dynamic_alloc.h:37
Serves as namespace for result implementation details.
Definition result.h:22
Serves as component for functionality handling error and return types.
Definition result.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24
type needed for reference counting
Definition reference_counted_object_disable_dynamic_alloc.h:27