Function eosio_sys::db_idx64_end

source ·
pub unsafe extern "C" fn db_idx64_end(
    code: capi_name,
    scope: u64,
    table: capi_name
) -> i32
Expand description

Get an end iterator representing just-past-the-end of the last table row of a secondary 64-bit integer index table

@brief Get an end iterator representing just-past-the-end of the last table row of a secondary 64-bit integer index table @param code - The name of the owner of the table @param scope - The scope where the table resides @param table - The table name @return end iterator of the table