bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <concepts>
#include <list>
Go to the source code of this file.
Classes | |
class | bux::C_PartialOrdering< T > |
Namespaces | |
namespace | bux |
THE common namespace of bux library. | |
Enumerations | |
enum | bux::E_MakeLinearPolicy { bux::MLP_BREADTH_FIRST , bux::MLP_DEPTH_FIRST } |
Functions | |
template<class C , class T > | |
void | bux::addUnique (C &c, T &&value) |