std::discard_block_engine<Engine,P,R>::base
Min standard notice:
Returns the underlying engine.
# Declarations
const Engine& base() const noexcept;
(since C++11)
# Return value
The underlying engine.
Returns the underlying engine.
const Engine& base() const noexcept;
(since C++11)
The underlying engine.