cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::Atan2 Struct Reference

#include <atan2.hpp>

Public Member Functions

template<class XA , class XB >
requires requires { atan2(declval<XA>(), declval<XB>()); }
constexpr decltype(auto) operator() (XA &&a, XB &&b) const
 

Member Function Documentation

◆ operator()()

template<class XA , class XB >
requires requires { atan2(declval<XA>(), declval<XB>()); }
decltype(auto) pRC::Atan2::operator() ( XA && a,
XB && b ) const
inlineconstexpr

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