package foo
class FunctionMember
#define foo_FunctionMember_IMPORT
#include <foo/FunctionMember.h>
関数ポインタ型のメンバをもつ構造体の例を提供します。
Struct Summary
struct FunctionMember
関数ポインタ型のメンバをもつ構造体です。
int
(*
func
)(int
in
)
入力に対応する出力を返します。
Struct Detail
struct FunctionMember
関数ポインタ型のメンバをもつ構造体です。
func
int (*
func
)(
int
in
)
入力に対応する出力を返します。
Parameters:
in
- 入力値
Returns:
出力値