Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
constexpr是否可以在构建过程中保存函数的输入和输出?
constexpr
即,我希望将包含三元组的文件作为构建的输出:用于表达式函数func, input, output的每次评估。const
func, input, output
const
我在Linux机器上使用 g++ 4 进行构建。
Linux