代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5430091
c search.c
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/* This file is ALSO:
* Copyright 2001-20
www.eeworm.com/read/162614/5517454
c delete1.c
// PR c++/2136
// Test that overloaded op new and delete don't prevent us from using the
// global versions with an explicit scope.
#include
struct A {
void *operator new (size_t, float
www.eeworm.com/read/162614/5518868
c dr194.c
// { dg-do compile }
// Origin: Giovanni Bajo
// DR194: Identifying constructors
struct A
{
inline explicit A();
};
template
struct B
{
inline expl
www.eeworm.com/read/162614/5518878
c cond1.c
// PR c++/9440
struct A {
explicit A(int = 0);
A(const A&);
operator int() const;
};
A
bar(bool b, const A& a)
{
return (b ? A() : a);
}
www.eeworm.com/read/162614/5519922
c dtor1.c
// { dg-do run }
// Test for use of typedef in explicit destructor call.
#include
struct X {
typedef X foo;
};
X x;
unsigned char bar[sizeof (X)];
int
main ()
{
X* p = new (bar) X;
p-
www.eeworm.com/read/162614/5522242
c conversion10.c
// { dg-do assemble }
// PRMS Id: 9019
// Bug: g++ doesn't find conversion to const char *.
struct String {
String ();
explicit String (const char *);
operator const char * ();
};
int main(in
www.eeworm.com/read/162614/5525679
ada c37009a.ada
-- C37009A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/158416/5597213
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'
' Copyright