1
0
forked from Alepha/Alepha
Files
Alepha/Truss/README
ADAM David Alan Martin fd6060be17 Bring in the mockination work and Truss from old.
It's all a mess -- not in the new unified form and namespace.
I need to do a big cleanup pass.
2023-02-09 21:30:38 -08:00

7 lines
399 B
Plaintext

The Truss sub-library of Alepha unifies dependencies upon boost and STL components into a
single tunable namespace. Alepha::Truss::function, for example is one of `boost::function` or
`std::function`, based upon tuning parameters. This allows a single `XXX::function` to be
presented in the ABI and API for Alepha.
Alepha also provides a few of its own versions where conversions can make sense.