Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::parser::eager

Returns true if the eager parse option is set.

bool
eager() const;
  » more...

Set the eager parse option.

void
eager(
    bool v);
  » more...

PrevUpHomeNext