![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <fn.hpp>
Public Types | |
| using | result_type = std::invoke_result_t< const Factory & > |
Public Member Functions | |
| lazy_construct (Factory &&factory) | |
| operator result_type () const | |
Private Attributes | |
| Factory | factory_ |
| using m::lazy_construct< Factory >::result_type = std::invoke_result_t<const Factory&> |
|
inline |
|
inline |
|
private |