std::independent_bits_engine::independent_bits_engine
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> independent_bits_engine(); |
(1) | ( C++11) |
template< class Sseq > explicit independent_bits_engine( Sseq& seq ); |
(2) | ( C++11) |
explicit independent_bits_engine( const Engine& e ); |
(3) | ( C++11) |
explicit independent_bits_engine( const Engine&& e ); |
(4) | ( C++11) |
.
1)
. -.
2)
seq .3)
e.4)
Move-
e. e , .:
Move-constructs the underlying engine with
e. e holds unspecified, but valid state afterwards.| seq | ||
| e |