Skip to content

Instantly share code, notes, and snippets.

View metopa's full-sized avatar

Viacheslav Kroilov metopa

  • Prague, Czech Republic
View GitHub Profile
@metopa
metopa / functional_unwrap.hpp
Last active March 12, 2017 12:41 — forked from Naios/functional_unwrap.hpp
C++ functional argument unwrap traits. Extracts argument and return types of functions, std:.function and std::tuple's
/*
* Copyright (C) 2015 Naios <naios-dev@live.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,