Procházet zdrojové kódy

update index.md

remove return value of GetApproximateSizes in index.md
ld
jl0x61 před 4 roky
rodič
revize
1754c12c54
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      doc/index.md

+ 1
- 1
doc/index.md Zobrazit soubor

@ -478,7 +478,7 @@ leveldb::Range ranges[2];
ranges[0] = leveldb::Range("a", "c");
ranges[1] = leveldb::Range("x", "z");
uint64_t sizes[2];
leveldb::Status s = db->GetApproximateSizes(ranges, 2, sizes);
db->GetApproximateSizes(ranges, 2, sizes);
```
The preceding call will set `sizes[0]` to the approximate number of bytes of

Načítá se…
Zrušit
Uložit