Skylark (Sketching Library)  0.1
Namespaces | Defines
/var/lib/jenkins/jobs/Skylark/workspace/sketch/sketch_add.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  skylark
namespace  skylark::sketch

Defines

#define AUTO_LOAD_DISPATCH(T, C)
#define AUTO_LOAD_DISPATCH(T, C)

Define Documentation

#define AUTO_LOAD_DISPATCH (   T,
 
)
#define AUTO_LOAD_DISPATCH (   T,
 
)
Value:
if (type == #T)                                  \
        return new C<IT,OT>(pt);