Skip to content

Commit

Permalink
change return type of container overloads to util::in_out_result
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedi18 committed Jul 24, 2021
1 parent ae9c410 commit a5c2a01
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 222 deletions.
Expand Up @@ -53,4 +53,7 @@ namespace hpx { namespace traits {
typedef typename util::detail::iterator<R>::type iterator_type;
typedef typename util::detail::sentinel<R>::type sentinel_type;
};

template <typename T>
using range_iterator_t = typename range_iterator<T>::type;
}} // namespace hpx::traits

0 comments on commit a5c2a01

Please sign in to comment.