opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
clone_ptr.h File Reference
#include <concepts>
#include <iosfwd>
#include <memory>
#include <type_traits>
#include <utility>
Include dependency graph for clone_ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osc::ClonePtr< T, Deleter >
 
struct  std::hash< osc::ClonePtr< T, Deleter > >
 

Namespaces

namespace  osc
 

Functions

template<typename T , typename... Args>
requires std::constructible_from<T, Args&&...>
ClonePtr< Tosc::make_cloneable (Args &&... args)