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: 964a3d757eb2a85a9441233f6960eb8ee0a9614e (
plain
)
1
2
3
4
5
#pragma once
#include
<yacppdic/container.hpp>
auto
bootstrap
()
->
yacppdic
::
DIContainer
;