getString overloads

Synopses

Declared in <folly/json/dynamic.h>

getString overloads

int64_t
getInt() const &;

getString overloads

int64_t&
getInt() &;

getString overloads

int64_t
getInt() &&;

Return Value

  • The value stored in this dynamic. methodset Extraction

  • The value stored in this dynamic.

Created with MrDocs