#include <GenericOperation.h>
Public メソッド | |
Type | operator() (OpEmulationState *opState) |
GenericOperation.h の 875 行で定義されています。
Type Onikiri::EmulatorUtility::Operation::BitNot< Type, TSrc1 >::operator() | ( | OpEmulationState * | opState | ) | [inline] |
GenericOperation.h の 877 行で定義されています。
参照先 Type.
00878 { 00879 Type lhs = static_cast<Type>( TSrc1()(opState) ); 00880 00881 return ~lhs; 00882 }