48 return find_with == FindL2WideWith::LINEAR_SEARCH;
59 return find_with == FindL2WideWith::BINARY_SEARCH;
constexpr bool use_linear_search(FindL2FlatWith const find_with)
Helper function indicating whether a linear search function should be used.
Definition find_l2_flat_with.hpp:48
constexpr bool use_binary_search(FindL2FlatWith const find_with)
Helper function indicating whether a binary search function should be used.
Definition find_l2_flat_with.hpp:59
FindL2WideWith
Enum used to specify whether intrinsic functions should be used.
Definition find_l2_wide_with.hpp:35