Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Policy class partial specialization inheritance
template<typename T> struct S; template<> struct S<int> { static const int i = 5; }; template<typename T> struct U {}; template<typename T> struct S<U<T>>: S<T> {}; const int j = S<U<int>>::i; int main() { return j; }
run
|
edit
|
history
|
help
0
list multiply
throwing std::function on MSVC is dangerous
Eight Queen
Implements.cpp
#30.1
fusion adapt 64 members v2
Triangle N5
masodijegy.cpp
variable template not supported
hangman