代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/482889/1285088
hpp object_operators.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifnde
www.eeworm.com/read/470720/1446587
c operators3.c
// Build don't link:
// GROUPS passed operators
// opr-pl file
// Message-Id:
// From: grahamd@zeus.research.otca.oz.au (Graham Dumpleton)
// Subject: Fa
www.eeworm.com/read/470720/1446598
c operators24.c
// Build don't link:
// GROUPS passed operators
// opr-new file
// From: rwave!myersn%rwave.roguewave@cs.orst.edu (Nathan Myers)
// Date: Wed, 16 Dec 92 11:55 PST
// Subject: 2.3.2: friend decl
www.eeworm.com/read/470720/1446604
c operators15.c
// GROUPS passed operators
// opr-del file
// Message-Id:
// From: kol@world.std.com (Nikolay Yatsenko)
// Subject: bug report
// Date: Wed, 27 Jan 1993 16:37:30 -
www.eeworm.com/read/470720/1446607
c operators32.c
// Build don't link:
// GROUPS passed operators
#include
//
// ffrees space allocated for N-D array
//
template
void ffree(long rows, T** array)
{
for( long i = 0; i < rows; i+
www.eeworm.com/read/470720/1446620
c operators25.c
// Build don't link:
// GROUPS passed operators
// opr-new file
// From: gparker@world.std.com (Glenn P Parker)
// Date: Mon, 25 Jan 1993 20:43:43 -0500
// Subject: gcc bug
// Message-ID:
www.eeworm.com/read/470720/1446622
c operators28.c
// Build don't link:
// GROUPS passed operators
#include
#include
class new_test
{
int type;
public:
void* operator new(size_t sz, int count, int type);
};
void* new_tes
www.eeworm.com/read/470720/1446634
c operators21.c
// Build don't link:
// GROUPS passed operators
struct A {
int x;
};
int operator()(A x,float y) {// ERROR - .*
return 1;
}
int main() {
A x;
x(1.0); // ERROR - no
www.eeworm.com/read/470720/1446635
c operators19.c
// Build don't link:
// GROUPS passed operators
// opr-ampr file
// From: Jarkko Sonninen
// Date: Thu, 7 Oct 1993 08:25:26 +0200
// Subject: type of base class member
/
www.eeworm.com/read/470720/1446640
c operators9.c
// Build don't link:
// GROUPS passed operators
// opr-eq file
// Message-Id:
// From: klamer@mi.el.utwente.nl (Klamer Schutte)
// Subject: 2.3.3: failed to dete