Skip to content
View 2876225417's full-sized avatar
  • 13:54 (UTC +08:00)

Block or report 2876225417

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
2876225417/README.md

Hello GitHub

template<class T>
class Stack{
  Stack();
  ~Stack();
};

typedef std::unique_ptr<Stack<int>> p;
typedef std::unique_ptr<std::shared_ptr<Stack<int>>> pp;
typedef std::unique_ptr<std::shared_ptr<std::queue<Stack<int>>>> ppq;
typedef std::unique_ptr<std::shared_ptr<std::queue<std::weak_ptr<Stack<int>>>>> ppqw;
typedef std::unique_ptr<std::shared_ptr<std::queue<std::weak_ptr<std::queue<Stack<int>>>>>> ppqwq;
typedef std::unique_ptr<std::shared_ptr<std::queue<std::weak_ptr<std::queue<std::queue<Stack<int>>>>>>> ppqwqq;
typedef std::unique_ptr<std::shared_ptr<std::queue<std::weak_ptr<std::queue<std::queue<std::queue<Stack<int>>>>>>>> ppqwqqq;

auto ppQwQqq = [](auto&& self, auto&& type) {
    using namespace std;
    if constexpr (is_same_v<std::decay_t<decltype(type)>, ppqwqqq>) cout << "hello github, I'm ppqwqqq";
    else self(self, *type);
};

Anurag's GitHub stats

Top Langs

你的 GitHub wakatime stats

Pinned Loading

  1. DataCollector DataCollector Public

    DataCollector Created By ppQwQqq

    C++

  2. MemoryPool MemoryPool Public

    Forked from cacay/MemoryPool

    An easy to use and efficient memory pool allocator written in C++.

    C++

  3. MetaNN MetaNN Public

    MetaNN Created By ppQwQqq

  4. qintong.space qintong.space Public

    A Coding Website

    Vue