|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <gtest-internal.h>
Public Types | |
| using | Test |
Public Types inherited from pRC::Float< Width > | |
| using | Fundamental |
| template<Size C> | |
| using | ChangeSize = Float<C> |
Static Public Member Functions | |
| static SetUpTearDownSuiteFuncType | GetSetUpCaseOrSuite (const char *filename, int line_num) |
| static SetUpTearDownSuiteFuncType | GetTearDownCaseOrSuite (const char *filename, int line_num) |
Additional Inherited Members | |
Public Member Functions inherited from pRC::Float< Width > | |
| ~Float ()=default | |
| constexpr | Float (Float const &)=default |
| constexpr | Float (Float &&)=default |
| constexpr Float & | operator= (Float const &) &=default |
| constexpr Float & | operator= (Float &&) &=default |
| constexpr | Float ()=default |
| template<class U > requires IsConstructible<Fundamental, U> | |
| constexpr | Float (U const basic) |
| template<IsValue U> | |
| constexpr | Float (U const &value) |
| constexpr | Float (Zero<> const) |
| constexpr | Float (Unit<> const) |
| constexpr | Float (Identity<> const) |
| template<class U > requires IsAssignable<Fundamental, U> | |
| constexpr auto & | operator= (U const basic) & |
| template<IsValue U> | |
| constexpr auto & | operator= (U const &value) & |
| constexpr auto & | operator= (Zero<> const) & |
| constexpr auto & | operator= (Unit<> const) & |
| constexpr auto & | operator= (Identity<> const) & |
| constexpr decltype(auto) | operator() () && |
| constexpr decltype(auto) | operator() () const && |
| constexpr auto & | operator() () & |
| constexpr auto & | operator() () const & |
| constexpr | operator Fundamental () const |
| template<class X > requires IsInvocable<Add, Float &, X> | |
| constexpr auto & | operator+= (X &&rhs) & |
| template<class X > requires IsInvocable<Sub, Float &, X> | |
| constexpr auto & | operator-= (X &&rhs) & |
| template<class X > requires IsInvocable<Mul, Float &, X> | |
| constexpr auto & | operator*= (X &&rhs) & |
| template<class X > requires IsInvocable<Div, Float &, X> | |
| constexpr auto & | operator/= (X &&rhs) & |
Static Public Attributes inherited from pRC::Float< Width > | |
| static constexpr Size | Width = W |
| using testing::internal::SuiteApiResolver< T >::Test |
|
inlinestatic |
|
inlinestatic |