mkdir build
cd build
conan install ..
cmake ..
cmake --build .
ctest --output-on-failure
- Simple cross platform socket class
- Non-matrix representation of a T * R * S matrix for 3D transformations
Requirements: None
A class to hold Mesh data.
Some template meta-programming helpers
Checks if T
has a destructor. This can be used to check if class definitions exist:
static_assert( gul::has_destructor< std::hash<MyClass> >::value, "T must be be hashable");