[][src]Function eosio_cdt_sys::db_idx128_end

pub unsafe extern "C" fn db_idx128_end(
    code: capi_name,
    scope: u64,
    table: capi_name
) -> i32

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

@brief Get an end iterator representing just-past-the-end of the last table row of a secondary 128-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