mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
SixtyFPS -> Slint in the C++ documentation
This commit is contained in:
parent
ad4eea9e96
commit
f48d7d9f9e
13 changed files with 44 additions and 44 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace slint {
|
||||
|
||||
/// SharedVector is a vector template class similar to std::vector that's primarily used for passing
|
||||
/// data in and out of the SixtyFPS run-time library. It uses implicit-sharing to make creating
|
||||
/// data in and out of the Slint run-time library. It uses implicit-sharing to make creating
|
||||
/// copies cheap. Only when a function changes the vector's data, a copy is is made.
|
||||
template<typename T>
|
||||
struct SharedVector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue