cppreference.com
Search
Log in / create account
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::chrono::duration::
operator=
From cppreference.com
<
cpp
|
chrono
|
duration
C++
Language
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Utilities library
Type support
(basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Variadic functions
Date and time
Function objects
initializer_list
(C++11)
bitset
hash
(C++11)
Relational operators
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Pairs and tuples
pair
tuple
(C++11)
piecewise_construct_t
(C++11)
piecewise_construct
(C++11)
Swap, forward and move
swap
forward
(C++11)
move
(C++11)
move_if_noexcept
(C++11)
declval
(C++11)
Date and time utilities
time_point
(C++11)
duration
(C++11)
system_clock
(C++11)
steady_clock
(C++11)
high_resolution_clock
(C++11)
C library facilities
std::chrono::duration
Member functions
duration::duration
duration::operator=
duration::count
duration::zero
duration::min
duration::max
bitset::operator+
bitset::operator-
bitset::operator++
bitset::operator--
bitset::operator+=
bitset::operator-=
bitset::operator*=
bitset::operator/=
bitset::operator%=
Non-member functions
common_type
operator+
operator-
operator*
operator/
operator%
operator==
operator!=
operator<
operator<=
operator>
operator>=
duration_cast
Helper classes
treat_as_floating_point
duration_values
duration
&
operator
=
(
const
duration
&
other
)
=
default
;
Assigns the contents of one
duration
to another.
[
edit
]
Parameters
other
-
duration
to copy from
[
edit
]
See also
(constructor)
constructs new duration
(public member function)
[edit]