table of contents
std::shuffle_order_engine::base(3) | C++ Standard Libary | std::shuffle_order_engine::base(3) |
NAME¶
std::shuffle_order_engine::base - std::shuffle_order_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 |