├── .gitignore ├── README.md ├── example └── hello_world.cpp └── include └── auto_tie.hpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbandela/auto_tie/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbandela/auto_tie/HEAD/README.md -------------------------------------------------------------------------------- /example/hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbandela/auto_tie/HEAD/example/hello_world.cpp -------------------------------------------------------------------------------- /include/auto_tie.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbandela/auto_tie/HEAD/include/auto_tie.hpp --------------------------------------------------------------------------------