Skip to content

Instantly share code, notes, and snippets.

@Apjue
Apjue / utility.hpp
Created December 31, 2017 15:42
C++11 simple non-RTTI variant
#include <type_traits>
template <typename...>
struct IsOneOf
{
static constexpr bool value = false;
};
template <typename T, typename S, typename... Ts>
struct IsOneOf<T, S, Ts...>
@Repulser
Repulser / terms.md
Created June 1, 2017 09:54
Rythm bot terms of service

You must agree to these terms in order to use Rythm bot

  • You accept all responsibility for streaming copyrighted material.
  • These terms may be changed without notice.

Modified 6/1/2017