Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
SteamVR System Report created Thu Mar 26 21:45:33 2020
<Report>
SteamVR Version: 1.11.2 (1585185762)
SteamVR Date: 2020-03-26
Steam: Public
Steam Branch: beta
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 5.5.13-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000
{"lastUpload":"2020-02-21T14:22:15.610Z","extensionVersion":"v3.4.3"}
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
#include <functional>
#include <utility>
#include <type_traits>
#include <iostream>
template <typename TSignature>
class function_ref;
template <typename TReturn, typename... TArgs>
class function_ref<TReturn(TArgs...)> final
#include <type_traits>
#include <utility>
#ifdef __clang__
namespace std
{
template <typename T, typename... Ts>
using is_invocable = std::is_callable<T(Ts...)>;
}
#endif
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
#include <utility>
#ifndef FWD
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
#include <utility>
#ifndef FWD
// generated with `unosolo`
// https://github.com/SuperV1234/unosolo
#pragma once
#include <utility>
#ifndef FWD