#include <userver/easy.hpp>
template<class... Dependency>
class easy::Dependencies< Dependency >
Class that combines dependencies passed to HttpWith into a single type, that is passed to callbacks.
- See also
- Easy - library for single file prototyping
- Examples
- libraries/easy/samples/4_custom_dependency/main.cpp, and libraries/easy/samples/5_pg_service_template/src/main.cpp.
Definition at line 129 of file easy.hpp.
◆ Dependencies()
template<class... Dependency>
◆ RegisterOn()
template<class... Dependency>
The documentation for this class was generated from the following file: