AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/utils/language.h"
Can be used to combine multiple lambdas:
overloaded{ [](int x){ return std::to_string(x); }, [](std::tring x){ return x; }, }