Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::Generators::pf Namespace Reference

Functions

template<typename T , typename... Args>
std::unique_ptr< Tmake_unique (Args &&... args)
 

Function Documentation

◆ make_unique()

template<typename T , typename... Args>
std::unique_ptr< T > Catch::Generators::pf::make_unique ( Args &&... args)

Definition at line 39 of file catch_generators.hpp.

39 {
40 return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
41 }
#define T(meth, val, expected)
Here is the call graph for this function:
Here is the caller graph for this function: