siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::frames::has_ra_dec< F > Struct Template Reference

True for equatorial frames that expose right-ascension / declination. More...

#include <siderust/frames.hpp>

Inheritance diagram for siderust::frames::has_ra_dec< F >:
Collaboration diagram for siderust::frames::has_ra_dec< F >:

Detailed Description

template<typename F>
struct siderust::frames::has_ra_dec< F >

True for equatorial frames that expose right-ascension / declination.

Use has_ra_dec_v<F> in std::enable_if_t to gate RA/Dec accessors.

Definition at line 181 of file frames.hpp.


The documentation for this struct was generated from the following file: