Lines Matching refs:remove_const
259 ArrayProxy(std::array<typename std::remove_const<T>::type, N> & data)
265 ArrayProxy(std::array<typename std::remove_const<T>::type, N> const& data)
270 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
271 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> & data)
276 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
277 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> const& data)