This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-02-21T14:22:15.610Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <type_traits> | |
#include <utility> | |
#ifdef __clang__ | |
namespace std | |
{ | |
template <typename T, typename... Ts> | |
using is_invocable = std::is_callable<T(Ts...)>; | |
} | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
#include <utility> | |
#ifndef FWD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
#include <utility> | |
#ifndef FWD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated with `unosolo` | |
// https://github.com/SuperV1234/unosolo | |
#pragma once | |
#include <utility> | |
#ifndef FWD |