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