sprint 1-alpha
|
some usefull c++ traits More...
Go to the source code of this file.
Classes | |
class | sprint::uncopiable |
an uncopiable class it marks derived class as uncopiable More... | |
class | sprint::if_copiable< true > |
a copiable class template More... | |
class | sprint::if_copiable< false > |
an uncopiable class template More... | |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. |
some usefull c++ traits