Read a named boolean flag.

Synopsis

Declared in <node/blockstorage.h>

bool
ReadFlag(
    std::string const& name,
    bool& fValue);

Return Value

True if the flag was present, false otherwise.

Parameters

Name

Description

name

The flag name.

fValue

Output set to the stored flag value.

Created with MrDocs