Searched refs:OtherBT (Results 1 – 1 of 1) sorted by relevance
69 template <typename OtherBT>70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()73 template <typename OtherBT,74 typename = typename std::enable_if<std::is_same<BaseType, const OtherBT>::value>::type>75 TransformArrayRef(const TransformArrayRef<OtherBT, Function>& other) in TransformArrayRef() argument82 template <typename OtherBT,83 typename = typename std::enable_if<std::is_same<BaseType, const OtherBT>::value>::type>84 TransformArrayRef& operator=(const TransformArrayRef<OtherBT, Function>& other) {158 template <typename OtherBT, typename OtherFunction>