parameter_types_fail.cpp

来自「Boost provides free peer-reviewed portab」· C++ 代码 · 共 20 行

CPP
20
字号
// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).//------------------------------------------------------------------------------#include <boost/function_types/parameter_types.hpp>namespace ft = boost::function_types;class C; typedef ft::parameter_types<C>::type error_1;typedef ft::parameter_types<char>::type error_2;typedef ft::parameter_types<void>::type error_3;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?