capydi
Loading...
Searching...
No Matches
NoInput.hpp
Go to the documentation of this file.
1#ifndef CAPYDO_NO_INPUT_HPP_
2#define CAPYDO_NO_INPUT_HPP_
3
4namespace capy::di
5{
6
7struct NoInputStub{};
8
9}
10
11#endif // !CAPYDO_NO_INPUT_HPP_
Definition Decorator.hpp:19
Definition NoInput.hpp:7