Search code examples
How to pass arguments to the metaclass from the class definition?...


pythonmetaprogrammingpython-2.xmetaclass

Read More
Constraing template parameter by another template with any specialization type...


c++templatesc++17metaprogramming

Read More
How to access "__" (double underscore) variables in methods added to a class...


pythonclassmetaprogramming

Read More
Constructor can't infer template argument from concept...


c++metaprogrammingc++20c++-concepts

Read More
How to save all global variables from a Julia code into a file?...


jsonvariablessavejuliametaprogramming

Read More
Print template parameters...


c++templatesmetaprogramming

Read More
Calling a member function by address (C++ Reflection attempt)...


c++metaprogrammingtemplate-meta-programming

Read More
Dynamically building accessors in ruby on object initialization...


rubymetaprogrammingattr-accessor

Read More
Make decltype output a non reference type when called with a pointer...


c++metaprogramming

Read More
How to recursively inherit a template class from itself? (not CRTP!)...


c++templatesmetaprogrammingtemplate-meta-programming

Read More
Python function which returns its own signature with parameters...


pythonpython-3.xmetaprogrammingcode-generationpython-decorators

Read More
Resolving to different types based on the argument types of a c++ template function...


c++metaprogrammingc++20c++-concepts

Read More
Is there a way to specify and use a list of all data members belonging to a C++ class...


c++metaprogrammingstatic-analysisc++20

Read More
What makes a CanvasRenderingContext2D a CanvasRenderingContext2D?...


javascripthtml5-canvasmetaprogrammingjavascript-objects

Read More
Template specialization for type traits where the type change depending on conditional...


c++templatesmetaprogrammingtemplate-specializationtype-traits

Read More
Flatten syntax tree using hygenic macros...


macrossyntax-errorschemeracketmetaprogramming

Read More
Use concepts or SFINAE to check if class has a templated member function with a std::array parameter...


c++arraysmetaprogrammingtype-traitsc++-concepts

Read More
Pickling dynamically generated classes?...


pythonclassdynamicmetaprogrammingpickle

Read More
C++: static assert that functor's argument is const reference...


c++c++17metaprogrammingtemplate-meta-programming

Read More
Is Clojure less homoiconic than other lisps?...


clojurelispcommon-lispmetaprogramminghomoiconicity

Read More
How to pass the 'argument-line' of one PowerShell function to another?...


powershellmetaprogrammingsplat

Read More
converting strings to formula objects in Julia...


metaprogrammingjulia

Read More
How can I unpack multidimensional c-style array type and declare std::array instance?...


c++templatesstdmetaprogramming

Read More
Specifying a parent class while using send to call from an instance of an object in ruby...


rubyoopmetaprogrammingmultiple-inheritance

Read More
Populate an array of template pointers class via metaprogramming...


c++templatesmetaprogrammingtemplate-meta-programming

Read More
nim - custom macro/pragma to get ast of complete module but get "cannot attach a custom pragma&...


macrosmetaprogrammingnim-lang

Read More
Symbol to gradient with @generated macro in Julia...


macrosjuliametaprogramming

Read More
Python, import string of Python code as module...


pythonmetaprogramming

Read More
Python add to a function dynamically...


pythonmetaprogramming

Read More
Using Module#prepend to interrogate a str_enum...


rubymetaprogramming

Read More
BackNext