Searched refs:TisConst (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Drefcnt.hh128 static constexpr auto TisConst = std::is_const<T>::value; member in class:RefCountingPtr
129 using ConstT = typename std::conditional<TisConst,
133 using NonConstT = typename std::conditional<TisConst,
204 template <bool B = TisConst>
223 template <bool B = TisConst>

Completed in 8 milliseconds