std::chrono::duration<Rep,Period>::
operator=
<
cpp
|
chrono
|
duration
duration
&
operator
=
(
const
duration
&
other
)
=
default
;
(C++11 起)
赋值一个
duration
的内容到另一个。
参数
other
-
复制来源的
duration
参阅
(构造函数)
构造新 duration
(公开成员函数)