I have a C++ class like the following: template< template<typename> class ContainerType, typename MemberType>
I have been trying to create a templated class(Test2) that takes 2 template arguments,Type1 and Type2. It is known that the second argument would also be a templated class that takes 2 template argume
This code: template <template <typename> class T> class A { }; template <typename T> class B
I have set up and installed both interprolog and swi prolog on my linux machine following the instructions here :Interprolog with SWI instructions on Linux