[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/bsclifton/cppdemo/main/decltype.cpp [Back]  [Original]

#include 
#include 
#include 
#include 

struct Bubba {
    int a;
};

struct Smith {
    int b;
};


int decltype_main(int argc, wchar_t* argv[]) {
    std::cout 

Web Proxy Viewer  |  New URL  |  Original Page