代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/207800/15261654
h prccode.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207800/15261795
h objrtcmp.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207800/15261817
h dffnxpsr.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207800/15261917
h objrtbin.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/162614/5522008
c t128.c
// { dg-do assemble }
// GROUPS niklas uncaught default-construct
struct A { A (int); };
struct B : A {}; // { dg-error "" } without ctor // ERROR - candidates
void f () { B (0); }// { dg-error "" }
www.eeworm.com/read/162614/5528430
c pr23960.c
/* PR tree-optimization/23960
fold-const.c used to construct a comparison node with one pointer
operand and one non-pointer operand. */
void abort (void) __attribute__ ((noreturn));
void
foo
www.eeworm.com/read/475726/6776436
cpp algo1104.cpp
void Replace_Selection(LoserTree &ls, WorkArea &wa,
FILE *fi, FILE *fo) { // 算法11.4
// 在败者树ls和内存工作区wa上用置换-选择排序求初始归并段,fi为输入文
// 件(只读文件)指针,fo为输出文件(只写文件)指针,两文件均已打开
RcdTy
www.eeworm.com/read/411734/11230679
cpp algo1104.cpp
void Replace_Selection(LoserTree &ls, WorkArea &wa,
FILE *fi, FILE *fo) { // 算法11.4
// 在败者树ls和内存工作区wa上用置换-选择排序求初始归并段,fi为输入文
// 件(只读文件)指针,fo为输出文件(只写文件)指针,两文件均已打开
RcdTy
www.eeworm.com/read/234928/14091747
cpp c16_09.cpp
#include
using namespace std;
class A
{
protected:
int m_varA;
public:
A(int i)
{
m_varA = i;
cout