OSDN Git Service

memberwise_swap を追加
[gintenlib/gintenlib.git] / gintenlib / type.hpp
index d4ce330..c18cfd4 100644 (file)
@@ -5,14 +5,14 @@
 
       <gintenlib/type.hpp>
 
-  type ¡§ boost::type ¤Î using Àë¸À
+  type : boost::type の using 宣言
 
-  Àë¸À¡§
+  宣言:
     using boost::type;
     
-  µ¡Ç½¡§
-    boost::type ¤Ø¤Î typedef ¤Ç¤¹¡£¼ç¤Ë¡Ö·¿¤Ø¤Î¥·¥ó¥Ü¥ë¡×¤È¤·¤Æµ¡Ç½¤·¤Þ¤¹¡£
-    ¥Æ¥ó¥×¥ì¡¼¥È¤Ç¤Á¤ç¤Ã¤ÈÊ£»¨¤Ê¤³¤È¤ä¤í¤¦¤È¤¹¤ë¤ÈɬÍס£¤è¤¯»È¤¦¤Î¤Ç boost:: ¤ò»È¤ï¤º¤ËºÑ¤à¤è¤¦¡£
+  機能:
+    boost::type への typedef です。主に「型へのシンボル」として機能します。
+    テンプレートでちょっと複雑なことやろうとすると必要。よく使うので boost:: を使わずに済むよう。
 
 */