![]() |
DAW JSON Link
|
#include <daw_json_link.h>
Public Member Functions | |
constexpr std::unique_ptr< T > | operator() () const |
template<typename Arg , typename... Args> | |
std::unique_ptr< T > | operator() (Arg &&arg, Args &&... args) const |
This is used for nullables who's member is a unique_ptr.
T | Type of value stored in unique_ptr |
|
inlineconstexpr |
|
inline |