|
template<typename... Args>
requires std::invocable<decltype(InitFunc), Args...> && std::same_as<std::invoke_result_t<decltype(InitFunc), Args...>, Result<T>> |
| Result< std::reference_wrapper< T > > | Get (Args &&... args) const |
| |
The documentation for this class was generated from the following file: