Implemented the one-liner operators ` ( )
[fridhskrift.git] / fridh / class.hpp
blob49a3878845ef764b54e7fba8972dfef12104791a
1 #include <vector>
2 #include <fridh/function.hpp>
4 namespace fridh
6 struct class_type
8 std::string name;
9 };