Iros
 
Loading...
Searching...
No Matches
this.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::types {
4struct This {
5private:
6 This() = default;
7};
8}
9
10namespace di {
11using types::This;
12}
Definition method.h:5
Definition zstring_parser.h:9
Definition this.h:4