Home
last modified time | relevance | path

Searched refs:make_unique (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/
H A Dconfig.h.in
/glogg/
H A Dconfig.h.in12 /* Whether C++14 std::make_unique is available */
/glogg/glogg/src/
H A Dutils.h
/glogg/src/
H A Dutils.h136 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/glogg/glogg/tests/
H A DCMakeLists.txt
/glogg/tests/
H A DCMakeLists.txt41 auto test = std::make_unique<void>();
/glogg/src/data/
H A Dlogdata.cpp550 auto reopened = std::make_unique<QFile>( attached_file_->fileName() ); in reOpenFile()
/glogg/glogg/src/data/
H A Dlogdata.cpp