BloombergLP::ball::TestObserver::lastPublishedRecord

Return a reference to the record most recently published by this test observer.

Synopsis

Declared in <ball_testobserver.h>

Record const&
lastPublishedRecord() const;

Description

Return a reference to the record most recently published by this test observer. The behavior is undefined unless publish has been called at least once, and no other thread is manipulating this object concurrently (i.e., this function is not thread safe).

Return Value

reference to the most recently published record