Skip to content

Instantly share code, notes, and snippets.

@cmgg
cmgg / lambda.cpp
Last active August 24, 2020 04:19
Reference for lambda expressions
#include <vector>
#include <algorithm>
#include <string>
#include <iostream>
#include <memory>
#include "Resource.h"
void simple_example()
{