If T is a pointer to X, return a pointer to const X.
More...
#include <Casting.h>
template<typename T, typename Enable = void>
struct add_const_past_pointer< T, Enable >
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.
Definition at line 49 of file Casting.h.
The documentation for this struct was generated from the following file:
- caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h