forked from arborx/ArborX
-
Notifications
You must be signed in to change notification settings - Fork 0
ArborX::BruteForce::empty
Andrey Prokopenko edited this page Oct 28, 2024
·
4 revisions
ArborX
/ Spatial indexes / ArborX::BruteForce
KOKKOS_FUNCTION bool empty() const noexcept;
Checks if the data structure has no elements.
(none)
true
if the data structure is empty, false
otherwise.
Constant.
size
: returns the number of elements.