dot-xx
A personal collection of small C++ modules
|
Ndxx | |
Nmath | The main namespace of the dxx::math module |
Rvector | We can treat any input range as a vector |
Rmut_vector | A vector for which the elements can be written to |
Rvector_like | Vector for which the element type is convertible to a target vector's type |
Rmut_vector_like | Similar to vector_like, but also satisfies mut_vector |
Nselftest | Main namespace of dxx::selftest module |
Rnamed_test_body | |
Nutils | The main namespace of the dxx::utils module |
Rpointer | Concept over std::is_pointer_v |
Rreference | Concept over std::is_reference_v |
Rconst_vrp | A const value, a pointer to const, or a reference to const |
Rmut_vrp | Inverse of const_vrp |
Ris_a | Checks if the type is an instance of a template |