reader_writer_lock::try_lock_read Method
Attempts to acquire the reader-writer lock as a reader without blocking.
bool try_lock_read();
Return Value
If the lock was acquired, the value true; otherwise, the value false.
Requirements
Header: concrt.h
Namespace: concurrency