Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
variable template not supported
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> template<class T> struct tag_t{ using type=T; constexpr tag_t(){} }; template<class T> constexpr tag_t<T> tag{}; int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Templatized Visitor Pattern Example
32
Say if number is prime and give its factors
ntohl
복소수 클래스 생성하기
#22.2
RecursiveDivide
students grade
infix to postfix v 1.0
Strings