table of contents
std::discard_block_engine::base(3) | C++ Standard Libary | std::discard_block_engine::base(3) |
NAME¶
std::discard_block_engine::base - std::discard_block_engine::base
Synopsis¶
const Engine& base() const noexcept; (since C++11)
Returns the underlying engine.
Parameters¶
(none)
Return value¶
The underlying engine.
2024.06.10 | http://cppreference.com |