Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <type_traits>
#include <cassert>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class StreamImplBase {
public:
virtual void* input_raw() = 0;
};
//#include <library/unittest/registar.h>
#include <tuple>
#include <string>
#include <iostream>
template <typename T>
void print(const T& t);
template <typename... T>
https://docs.google.com/presentation/d/1_Wwpgf2Z18xn4U1odHOHKwMHiwYDqj2X8Fh24RybxdE/edit?usp=sharing