public member function
<random>

std::shuffle_order_engine::base

const Engine& base() const noexcept;
Return base engine
Returns the base engine object.

Parameters

none

Return value

A constant reference to the base engine object.
Engine is the type used as the first class template parameter (i.e. the type of engine being adapted).

Complexity

Constant.

See also