homog2d library
h2d::trait::IsDrawable< T > Struct Template Reference

Traits class, used in generic draw() function. More...

#include <homog2d.hpp>

Inheritance diagram for h2d::trait::IsDrawable< T >:
Inheritance graph
[legend]
Collaboration diagram for h2d::trait::IsDrawable< T >:
Collaboration graph
[legend]

Detailed Description

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: