Search code examples
`template for` is not constexpr when looping over nonstatic data members...


c++gccreflectionc++26

Read More
Get declared fields of java.lang.reflect.Fields in jdk12...


javaunit-testingreflectionjava-12

Read More
Why does C++ not have reflection?...


c++reflection

Read More
Accessing a Collection Through Reflection...


c#reflectioncollections

Read More
How to get a Scala singleton object from its fully qualified name using Scala reflection...


scalareflectionscala-2.13

Read More
Get all instances of a given class found by entering its name using Java reflection...


javareflectioninstance

Read More
Is it possible to implement default_member_initializer_of using C++ reflection?...


c++reflectionc++26

Read More
How to access a Scala object instance given its full qualified name?...


scalareflectionsingletoncompanion-object

Read More
Using std::meta::members_of() on a namespace...


c++reflectionc++26

Read More
C++26 Reflection - How to actually do class metaprogramming?...


c++reflectionc++26

Read More
Get type parameter from a generic struct using reflection...


gogenericsreflection

Read More
How to mimick the compiler type cast in runtime...


c#unity-game-enginereflection.net-standard-2.1

Read More
FireStore - Converter for nested cusom objects...


typescriptfirebasegoogle-cloud-firestorereflection

Read More
How can I add reflection to a C++ application?...


c++reflectiontemplatessfinae

Read More
Splicing a template name into a variable declaration using CTAD...


c++reflectionc++26

Read More
Using C++26 reflection to design a concept to check, by name, if a class has a given member function...


c++reflectionc++-conceptstype-traitsc++26

Read More
C++26 Reflection and Loops over enums...


c++reflectionenumsc++26

Read More
Mirroring C++ Lambda Captures into a POD struct via C++26 Reflection (P2996)...


c++lambdareflectionmetaprogrammingc++26

Read More
How to add a string literal annotation to items?...


c++reflectionc++26

Read More
Unable to call private method for System.Security.Cryptography.X509Certificates.SubjectAlternativeNa...


c#reflectionx509subject-alternative-name

Read More
C++26 Reflection: Define an Aggregate Template...


c++templatesreflectionc++26

Read More
How to declare a variable using std::meta::info of a non static data member inside a template for lo...


c++reflectionc++26

Read More
Change object type at runtime maintaining functionality...


c#reflectiontypesruntime

Read More
UnsafeAccessor not updating private field when targeting a struct in .NET 8...


c#structreflection.net-8.0unsafe

Read More
C++ reflection - compile time index access - but not with a macro...


c++reflectionconstevalc++26template-for

Read More
Cast of generic property through reflection...


c#entity-frameworkgenericsreflection

Read More
How can I tell if a C# method is async/await via reflection?...


c#reflectionasynchronous

Read More
How can I determine if the memory at a certain address was allocated by / is managed by CUDA?...


c++pointersmemory-managementreflectioncuda

Read More
Exception when loading F# types that implement an interface which uses generics from an assembly...


.net-coreinheritancereflectionf#assemblies

Read More
How to pass a function pointer that points to constructor?...


c++reflectionconstructorfunction-pointers

Read More
BackNext