关于 oprator ""

学术版

喵仔牛奶 @ 2022-08-16 13:36:48

rt,是什么东西qwq

在一个帖子的代码里看见了。

constexpr __int128_t operator""_vt(unsigned long long x){return __int128_t(x);}

by rxjdasiwzl @ 2022-08-16 13:50:41

@喵仔牛奶 https://zh.cppreference.com/w/cpp/language/user_literal


by 喵仔牛奶 @ 2022-08-16 14:02:12

@rxjdasiwzl 感谢qwq


|