代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/190666/5173347
c mangle2.c
// Test for overloaded operators in "C" linkage
// Build don't link:
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a !=
www.eeworm.com/read/180222/5288391
h integer.h
//: C12:Integer.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Non-member overloaded operators
#
www.eeworm.com/read/179906/5300967
java shortcircuit.java
//: c03:ShortCircuit.java
// Demonstrates short-circuiting behavior.
// with logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice
www.eeworm.com/read/340665/3274004
c mangle2.c
// Test for overloaded operators in "C" linkage
// Build don't link:
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a !=
www.eeworm.com/read/303463/3810161
m robust_classify_variables.m
function [x,w,x_variables,w_variables,aux_variables,F,failure] = robust_classify_variables(F,h,ops,w);
failure = 0;
% Variables before expanding nonlinear operators
initial_variables = unique([de
www.eeworm.com/read/273525/4207206
hlp m2_op_assignment.hlp
{smcl}
{* 19mar2005}{...}
{cmd:help m2 op_assignment}
{hline}
{* index operators}{...}
{* index assignment operator}{...}
{* index lval it}{...}
{title:Title}
{p 4 4 2}
{hi:[M-2] op_assig
www.eeworm.com/read/440906/1775636
c mangle2.c
// Test for overloaded operators in "C" linkage
// Build don't link:
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a !=
www.eeworm.com/read/366702/2869623
c mangle2.c
// { dg-do assemble }
// Test for overloaded operators in "C" linkage
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a