Advertisement

C++11 学习元编程(主题)

阅读量:

主要针对C++11标准库中<type_traits>头文件内的代码内容,进行简要的注释与说明

复制代码
 // C++11 <type_traits> -*- C++ -*-

    
  
    
 // Copyright (C) 2007-2015 Free Software Foundation, Inc.
    
 //
    
 // This file is part of the GNU ISO C++ Library.  This library is free
    
 // software; you can redistribute it and/or modify it under the
    
 // terms of the GNU General Public License as published by the
    
 // Free Software Foundation; either version 3, or (at your option)
    
 // any later version.
    
  
    
 // This library is distributed in the hope that it will be useful,
    
 // but WITHOUT ANY WARRANT

全部评论 (0)

还没有任何评论哟~