mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 06:25:49 +00:00
Add const now()
This commit is contained in:
@@ -95,6 +95,11 @@ public:
|
||||
return m_now;
|
||||
}
|
||||
|
||||
elapsed_type now() const
|
||||
{
|
||||
return m_now;
|
||||
}
|
||||
|
||||
elapsed_type operator() ()
|
||||
{
|
||||
return now();
|
||||
|
||||
Reference in New Issue
Block a user