gpt4 book ai didi

macros - 如何在宏中添加前缀/后缀标识符?

转载 作者:行者123 更新时间:2023-11-29 07:42:29 25 4
gpt4 key购买 nike

<分区>

在使用定义函数的宏时,是否可以为函数添加前缀?

macro_rules! my_test {
($id:ident, $arg:expr) => {
#[test]
fn $id() {
my_test_impl(stringify!($id), $arg);
}
}
}

例如,fn my_test_$id() {

我正在使用可能以数字开头的标识符定义测试,并且我想使用一个通用前缀。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com