연산자 오버로드 oor Engels

연산자 오버로드

Vertalings in die woordeboek Koreaans - Engels

operator overloading

en
The assignment of more than one function to a particular operator, with the implication that the operation performed will vary depending on the data type (operands) involved. Some languages, such as Ada and C++, specifically allow for operator overloading.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
부울 피연산자에 대한 연산 a) op ∨ = (bool a, b) bool:( a | true | b ); b) op ∧ = (bool a, b) bool: ( a | b | false ); c) op ¬ = (bool a) bool: ( a | false | true ); d) op = = (bool a, b) bool:( a∧b ) ∨ ( ¬b∧¬a ); e) op ≠ = (bool a, b) bool: ¬(a=b); f) op abs = (bool a)int: ( a | 1 | 0 ); 특별한 선언이 연산자오버로드하기 위해 필요하지 않는다는 점을 참고하고, 프로그래머는 새로운 연산자를 자유롭게 만들 수 있다.
Operations on Boolean Operands a) op ∨ = (bool a, b) bool:( a | true | b ); b) op ∧ = (bool a, b) bool: ( a | b | false ); c) op ¬ = (bool a) bool: ( a | false | true ); d) op = = (bool a, b) bool:( a∧b ) ∨ ( ¬b∧¬a ); e) op ≠ = (bool a, b) bool: ¬(a=b); f) op abs = (bool a)int: ( a | 1 | 0 ); Note that no special declaration is needed to overload an operator, and the programmer is free to create new operators.WikiMatrix WikiMatrix
함수(functor) [ 편집 ] STL은 함수 호출 연산자 (operator () )를 오버로드 하는 클래스들을 포함한다.
Functors [ edit ] The STL includes classes that overload the function call operator (operator () ).ParaCrawl Corpus ParaCrawl Corpus
2 sinne gevind in 7 ms. Hulle kom uit baie bronne en word nie nagegaan nie.