aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/misc/CRTP.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/misc/CRTP.h')
-rw-r--r--arm_compute/core/utils/misc/CRTP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/utils/misc/CRTP.h b/arm_compute/core/utils/misc/CRTP.h
index 9947312f95..8c39af14b1 100644
--- a/arm_compute/core/utils/misc/CRTP.h
+++ b/arm_compute/core/utils/misc/CRTP.h
@@ -33,6 +33,7 @@ template <typename T, template <typename> class Type>
struct CRTP
{
public:
+ /** Exact type */
using ExactType = T;
protected: