Lumiera  0.pre.03
»edit your freedom«
BuildRefcountPtr< RAW > Struct Template Reference

#include "lib/multifact.hpp"

Description

template<typename RAW>
struct lib::factory::BuildRefcountPtr< RAW >

Wrapper taking ownership, by wrapping into smart-ptr.

Definition at line 108 of file multifact.hpp.

Public Types

using BareType = RawType *
 
using RawType = typename std::remove_pointer< RAW >::type
 
using ResultType = std::shared_ptr< RawType >
 

Public Member Functions

template<class FUN , typename... ARGS>
ResultType wrap (FUN create, ARGS &&... args)
 
+ Collaboration diagram for BuildRefcountPtr< RAW >:

The documentation for this struct was generated from the following file: