24 #ifndef ARM_COMPUTE_MISC_CRTP_H 25 #define ARM_COMPUTE_MISC_CRTP_H 32 template <
typename T,
template <
typename>
class Type>
42 return static_cast<const T &
>(*this);
46 return static_cast<T &
>(*this);
Curiously recurring template pattern Interface.
Copyright (c) 2017-2022 Arm Limited.