代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/440906/1778424
f 19990325-1.f
* test whether complex operators properly handle
* full and partial aliasing.
* (libf2c/libF77 routines used to assume no aliasing,
* then were changed to accommodate full aliasing, while
* the libg2c
www.eeworm.com/read/440906/1778463
f 19990325-0.f
* test whether complex operators properly handle
* full and partial aliasing.
* (libf2c/libF77 routines used to assume no aliasing,
* then were changed to accommodate full aliasing, while
* the libg2c
www.eeworm.com/read/402787/2317910
h boxoperators.h
// BoxOperators.h - Declarations for global box operators
#pragma once
bool operator>(const double& value, const CBox& aBox);
bool operator
www.eeworm.com/read/366702/2872337
mm cxx-scope-1.mm
/* Handle C++ scoping ('::') operators in ObjC message receivers gracefully. */
/* Author: Ziemowit Laski */
/* { dg-do run } */
#include
#include
@c
www.eeworm.com/read/366702/2884335
c multiple-overflow-warn-1.c
/* PR c/19978 : Test for duplicated warnings (unary operators). */
/* { dg-do compile } */
/* { dg-options "-std=c99 -Woverflow" } */
#include
int
g (void)
{
return - - - - -INT_MIN;
www.eeworm.com/read/360971/2954971
cpp fig18_03.cpp
// Fig. 18.3: fig18_03.cpp
// Overloading the stream-insertion and
// stream-extraction operators.
#include
using std::cout;
using std::cin;
using std::endl;
using std::ostream;
www.eeworm.com/read/237122/13976489
htm ch09_06.htm
[Chapter 9] 9.6 String Editing (Colon) Operators