Skip to content

Commit

Permalink
Remove is_pair_v
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Nov 9, 2024
1 parent 095a4a0 commit 1492fdf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/spatial/detail/ArborX_PairValueIndex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ struct PairValueIndex
Index index;
};

namespace Details
{
template <typename T>
struct is_pair_value_index : public std::false_type
{};

template <typename Value, typename Index>
struct is_pair_value_index<PairValueIndex<Value, Index>> : public std::true_type
{};

template <typename T>
inline constexpr bool is_pair_value_index_v = is_pair_value_index<T>::value;

} // namespace Details

} // namespace ArborX

#endif

0 comments on commit 1492fdf

Please sign in to comment.