Namespaces
Variants
Views
Actions

std::chrono::duration::operator=

From cppreference.com
< cpp‎ | chrono‎ | duration
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
 
duration& operator=( const duration &other ) = default;
(since C++11)

Assigns the contents of one duration to another.

[edit] Parameters

other - duration to copy from

[edit] See also

constructs new duration
(public member function) [edit]