index
:
yacppdic
master
Yet another C++ Dependency Injection Container
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
basic
/
src
/
bootstrap.hpp
blob: 104248fb34183c5d5eb6f83849b158f73744e53a (
plain
)
1
2
3
4
5
#pragma once
#include
<yacppdic/container.hpp>
yacppdic
::
Container
bootstrap
();