MongoCommandCursor::valid

Checks if the cursor is reading a valid result

説明

public bool MongoCommandCursor::valid ( void )

パラメータ

この関数にはパラメータはありません。

返り値

true if the current result is not null, and false otherwise.

参考

  • Iterator::valid