代码搜索:operators

找到约 8,993 项符合「operators」的源代码

代码结果 8,993
www.eeworm.com/read/340665/3275463

c operators8.c

// Build don't link: // GROUPS passed operators struct A { char *p; operator char *(); }; char foo(A a) { return a[0]; }
www.eeworm.com/read/340665/3275498

c operators4.c

// GROUPS passed operators // Check that the & operator, when applied to a global function // or member function returns a proper value as long as the context // in which the result of & is used requi
www.eeworm.com/read/340665/3275548

c operators7.c

// Build don't link: // GROUPS passed operators class A { char *p; public: operator const char *() const { return p; } }; int foo(const A &a) { return (a != 0); }
www.eeworm.com/read/340665/3275591

c operators5.c

// GROUPS passed operators // Check that operators may be (directly) recursive. extern "C" int printf (const char *, ...); struct base { int i; }; base base_variable; base operator+ (const base&
www.eeworm.com/read/340665/3284029

cc map_operators.cc

// 2000-09-07 bgarcia@laurelnetworks.com // Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you ca
www.eeworm.com/read/340665/3284036

cc deque_operators.cc

// 2002-05-18 Paolo Carlini // Copyright (C) 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can
www.eeworm.com/read/340665/3284044

cc list_operators.cc

// Copyright (C) 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms
www.eeworm.com/read/340665/3284058

cc valarray_operators.cc

// { dg-do run } // 2003-02-03 Volker Reichelt // Copyright (C) 2003 Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is fre
www.eeworm.com/read/318039/3571997

php3 operators.php3

www.eeworm.com/read/273525/4207075

hlp matrix_operators.hlp

{smcl} {* 31mar2005}{...} {cmd:help matrix operators} {hline} {title:Title} Matrix operators {title:Description} {pstd} Matrix operators are outlined here. See {helpb matrix} fo