mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Define ClientData::Site::size
This commit is contained in:
parent
d8b3d16554
commit
357b593c66
@ -217,6 +217,8 @@ public:
|
|||||||
Site& operator =( Site && other )
|
Site& operator =( Site && other )
|
||||||
{ mData = std::move(other.mData); return *this; }
|
{ mData = std::move(other.mData); return *this; }
|
||||||
|
|
||||||
|
size_t size() const { return mData.size(); }
|
||||||
|
|
||||||
/// \brief a type meant to be stored by client code in a static variable,
|
/// \brief a type meant to be stored by client code in a static variable,
|
||||||
/// and used as a retrieval key to get the manufactured client object back
|
/// and used as a retrieval key to get the manufactured client object back
|
||||||
/// from the host object.
|
/// from the host object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user