FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

// 03-ifconstexpr.cpp : demonstrate compile-time if #include using namespace std; int main() { constexpr auto int_size = sizeof(int); if constexpr (int_size == 4) { cout

Back | FazBrowse Home | New Git URL