[][src]Function eosio_cdt_sys::db_idx_long_double_store

pub unsafe extern "C" fn db_idx_long_double_store(
    scope: u64,
    table: capi_name,
    payer: capi_name,
    id: u64,
    secondary: *const f64
) -> i32

Store an association of a quadruple-precision floating-point secondary key to a primary key in a secondary quadruple-precision floating-point index table

@brief Store an association of a quadruple-precision floating-point secondary key to a primary key in a secondary quadruple-precision floating-point index table @param scope - The scope where the table resides (implied to be within the code of the current receiver) @param table - The table name @param payer - The account that pays for the storage costs @param id - The primary key to which to associate the secondary key @param secondary - Pointer to the secondary key @return iterator to the newly created table row @post new secondary key association between primary key id and secondary key *secondary is created in the secondary quadruple-precision floating-point index table