use std::SameAsAnyOf i.o. is_sale_v
This commit is contained in:
parent
a17a6aea5a
commit
2f55491271
@ -28,7 +28,7 @@ using EdgeFiller = std::function<bool(const EdgeAccessor &edge, bool is_in_edge,
|
|||||||
using msgs::Value;
|
using msgs::Value;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
concept ObjectAccessor = std::is_same_v<T, VertexAccessor> || std::is_same_v<T, EdgeAccessor>;
|
concept ObjectAccessor = utils::SameAsAnyOf<T, VertexAccessor, EdgeAccessor>;
|
||||||
|
|
||||||
inline bool TypedValueCompare(const TypedValue &a, const TypedValue &b) {
|
inline bool TypedValueCompare(const TypedValue &a, const TypedValue &b) {
|
||||||
// in ordering null comes after everything else
|
// in ordering null comes after everything else
|
||||||
|
Loading…
Reference in New Issue
Block a user