Function operator=
Synopsis
#include "breeze/time/timer.hpp"
timer & operator=(timer const &)=delete
Description
Deleted copy assignment operator.
See the documentation of the (deleted) copy constructor for the rationale.
Source
Line 73 in breeze/time/timer.hpp.