qxLib
Functions
shared_ref.inl File Reference

Go to the source code of this file.

Functions

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...
 

Detailed Description

Author
Khrapov
Date
25.05.2025

Definition in file shared_ref.inl.

Function Documentation

◆ 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
-made shared_ref

Definition at line 14 of file shared_ref.inl.