dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 Ndxx
 NmathThe main namespace of the dxx::math module
 RvectorWe can treat any input range as a vector
 Rmut_vectorA vector for which the elements can be written to
 Rvector_likeVector for which the element type is convertible to a target vector's type
 Rmut_vector_likeSimilar to vector_like, but also satisfies mut_vector
 NselftestMain namespace of dxx::selftest module
 Rnamed_test_body
 NutilsThe main namespace of the dxx::utils module
 RpointerConcept over std::is_pointer_v
 RreferenceConcept over std::is_reference_v
 Rconst_vrpA const value, a pointer to const, or a reference to const
 Rmut_vrpInverse of const_vrp
 Ris_aChecks if the type is an instance of a template