KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
reflection
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
node-makemkv
:
Web UI for MakeMKV
Instagram-Filters-master
:
No description available.
gulp-subtree
:
A Gulp module to push a given folder to a subtree
Argon
:
Password hashing scheme Argon
msisdn-gateway
:
INACTIVE - http://mzl.la/ghe-archive - An MSISDN based Authentication Server.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
reflection
?
Download (.md)
Reflection ========== This is a C++ reflection library which strive to provide the following feature: Compile time Inspection of existence/return type of type/variable/function Dynamical modification of second class citizen member function/ member Runtime Inspection of existence/return type of type/variable/function ( including second class citizen as well ) Runtime calling of function/ extraction of variable ( also including second class citizen ) while maintaining a minimal extra code ( only one line for the *entire program ) and no external tool dependency ( this is written with MetaProgramming ) directly You need MarisaKirisame/cpp_common to run it.