From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- latest/_optional_8hpp.xhtml | 182 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 latest/_optional_8hpp.xhtml (limited to 'latest/_optional_8hpp.xhtml') diff --git a/latest/_optional_8hpp.xhtml b/latest/_optional_8hpp.xhtml new file mode 100644 index 0000000000..3eb17ba187 --- /dev/null +++ b/latest/_optional_8hpp.xhtml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/Optional.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Optional.hpp File Reference
+
+
+
#include "Exceptions.hpp"
+#include <cstring>
+#include <type_traits>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + +

+Classes

struct  EmptyOptional
 EmptyOptional is used to initialize the Optional class in case we want to have default value for an Optional in a function declaration. More...
 
struct  ConstructInPlace
 Disambiguation tag that can be passed to the constructor to indicate that the contained object should be constructed in-place. More...
 
class  OptionalBase
 OptionalBase is the common functionality between reference and non-reference optional types. More...
 
class  OptionalReferenceSwitch< IsReference, T >
 The default implementation is the non-reference case. More...
 
class  OptionalReferenceSwitch< true, T >
 This is the special case for reference types. More...
 
class  Optional< T >
 
+ + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + +

+Macros

#define CONSTRUCT_IN_PLACE   armnn::ConstructInPlace{}
 
+ + + + + +

+Functions

template<typename T , class... Args>
Optional< T > MakeOptional (Args &&... args)
 Utility template that constructs an object of type T in-place and wraps it inside an Optional<T> object. More...
 
+

Macro Definition Documentation

+ +

◆ CONSTRUCT_IN_PLACE

+ +
+
+ + + + +
#define CONSTRUCT_IN_PLACE   armnn::ConstructInPlace{}
+
+ +

Definition at line 41 of file Optional.hpp.

+ +
+
+
+
+ + + + -- cgit v1.2.1