5#ifndef __eigenpy_expose_hpp__ 6#define __eigenpy_expose_hpp__ 8#include "eigenpy/registration.hpp" 16 static inline void expose() { T::expose(); }
void expose()
Call the expose function of a given type T.
bool register_symbolic_link_to_registered_type()
Symlink to the current scope the already registered class T.
Allows a template specialization.