Template Function nanoeigenpy::check_registration_alias

Function Documentation

template<typename T>
inline bool nanoeigenpy::check_registration_alias(nb::module_ &m)

  • Symlink to the current scope the already registered class T.

Template Parameters:

T – The class type to be symlinked.

Parameters:

m – nanobind module.

Returns:

true if the type T is effectively symlinked.