Beispiel #1
0
		static inline return_type guard(RWLock &lock) {
			return lock.read_guard();
		}