Skip to content

v1 ArborX::BruteForce::size

Andrey Prokopenko edited this page Jun 4, 2025 · 1 revision

ArborX / Spatial indexes / ArborX::BruteForce

ArborX::BruteForce<MemorySpace>::size()

KOKKOS_FUNCTION size_type size() const noexcept;

Returns the number of elements in the data structure.

Parameters

(none)

Return value

The number of elements in the data structure.

Complexity

Constant.

See also

empty : checks whether the data structure is empty.

Clone this wiki locally