Searched refs:at_detail (Results 1 – 1 of 1) sorted by relevance
242 auto at_detail(store<N, U>* this_) -> decltype(this_->get()) in at_detail() function249 auto at_detail(store<N, U> const* this_) -> decltype(this_->get()) in at_detail() function256 auto at_impl(J) -> decltype(at_detail<J::value>(this)) in at_impl()258 return at_detail<J::value>(this); in at_impl()263 auto at_impl(J) const -> decltype(at_detail<J::value>(this)) in at_impl()265 return at_detail<J::value>(this); in at_impl()