Home
last modified time | relevance | path

Searched refs:IsCharPointer (Results 1 – 1 of 1) sorted by relevance

/external/zstd/contrib/pzstd/utils/
DRange.h32 struct IsCharPointer {}; struct
35 struct IsCharPointer<char*> {
40 struct IsCharPointer<const char*> {
65 template <class T = Iter, typename detail::IsCharPointer<T>::type = 0>
68 template <class T = Iter, typename detail::IsCharPointer<T>::const_type = 0>