userver: userver/utils/lazy_prvalue.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
lazy_prvalue.hpp File Reference

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>
+ Include dependency graph for lazy_prvalue.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.