Go to the source code of this file.
|
template<class T , class... constructor_args_t> |
shared_ref< T > | qx::make_shared_ref (constructor_args_t &&... args) |
| Make a unique ref (same as std::make_shared but for qx::shared_ref) More...
|
|
- Author
- Khrapov
- Date
- 25.05.2025
- Copyright
- © Nick Khrapov, 2025. All right reserved.
Definition in file shared_ref.inl.
◆ make_shared_ref()
template<class T , class... constructor_args_t>
shared_ref< T > qx::make_shared_ref |
( |
constructor_args_t &&... |
args | ) |
|
Make a unique ref (same as std::make_shared but for qx::shared_ref)
- Template Parameters
-
T | - type to store |
constructor_args_t | - T constructor types |
- Parameters
-
args | - T constructor values |
- Return values
-
Definition at line 14 of file shared_ref.inl.