Skip to content
View 2876225417's full-sized avatar
  • 04: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);
};

Top Langs

Pinned Loading

  1. 2876225417 2876225417 Public