Traits class, used in generic draw() function.
More...
#include <homog2d.hpp>
template<typename T>
struct h2d::trait::IsDrawable< T >
Traits class, used in generic draw() function.
- Todo:
- 20240504 this is only used in the draw() free function but actually not really needed: as that function just calls the member function, we can just let the build fail is no suitable member function is found.
The documentation for this struct was generated from the following file: