From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_optional_8hpp.xhtml | 181 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 20.02/_optional_8hpp.xhtml (limited to '20.02/_optional_8hpp.xhtml') diff --git a/20.02/_optional_8hpp.xhtml b/20.02/_optional_8hpp.xhtml new file mode 100644 index 0000000000..4f3c9776bb --- /dev/null +++ b/20.02/_optional_8hpp.xhtml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/Optional.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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) 2020 ARM Limited.
 
+ + + +

+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

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