Can be used with various emplace functions to allow in-place constructing a non-movable value using a callable. More...
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | utils::LazyPrvalue< Func > |
Can be used with various emplace functions to allow in-place constructing a non-movable value using a callable. More... | |
Namespaces | |
namespace | utils |
Utilities. | |
Can be used with various emplace functions to allow in-place constructing a non-movable value using a callable.
Definition in file lazy_prvalue.hpp.