libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tag.hpp
Go to the documentation of this file.
1 #ifndef QI_TAG_HPP
2 #define QI_TAG_HPP
3 #pragma once
4 #include <ka/macroregular.hpp>
5 
6 namespace qi
7 {
29  struct Infinity
30  {
31  KA_GENERATE_FRIEND_REGULAR_OPS_0(Infinity)
32  };
33 } // namespace qi
34 
35 #endif // QI_TAG_HPP