getString overloads

Synopses

Declared in <folly/json/dynamic.h>

getString overloads

bool
getBool() const &;

getString overloads

bool&
getBool() &;

getString overloads

bool
getBool() &&;

Return Value

  • The value stored in this dynamic. methodset Extraction

  • The value stored in this dynamic.

Created with MrDocs