Can I use graph-tool in my C++ project?

Can I use graph-tool in my C++ project? Is there an opportunity to use graph-tool as a lib in cpp, the thing is there not so many good analogues for this language. Personally, used graph-tool in my python projects and it was super good.

There is no official C++ API for graph-tool, but the library is organized internally with header-only templates that follow the Boost Graph Library (BGL) API. It should be possible to include them in C++ projects easily if you are familiar with the BGL, but unfortunately there’s no documentation at this level.