SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
keydb_scan_cursor_free(cursor)

Functions

void keydb_scan_cursor_free (ScanCursor sc)
 

Detailed Description

Deallocates the given cursor without popping all the elements.

Parameters
sc- the cursor returned by previous call to keydb_scan or keydb_scan_next.

Function Documentation

◆ keydb_scan_cursor_free()

void keydb_scan_cursor_free ( ScanCursor  sc)