← All compilation units

Flyology_SIMD.Algorithms

Description

Result types shared by complete-buffer SIMD algorithms.

Search_Result

type Search_Result is record
   Found : Boolean := False;
   Index : Natural := 0;
end record;
Record fields
Found
Index