Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How to check if a type is an enum class? [duplicate]

A guide to Boo's metaprogramming and extensibility features?

Permanently caching results of Python class generation

Returning a type depending on the parameter

Why isn't it possible to refer to meta fields or methods in Java?

Groovy getProperties() call invoking getter for non-existent attribute over 1000 times

Check if a function is callable

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

loading/unloading/updating class in ruby

ruby metaprogramming

How can I "replace" a module included via ruby include function

ruby class metaprogramming

Ruby metaprogramming, defining multiple "inherited" functions

ruby metaprogramming

Detecting basic_string instantiation

Dynamically defined classes incorrectly sharing data - bug, or coding error?

ruby metaprogramming

Preventing non-const lvalues from resolving to rvalue reference instead of const lvalue reference