|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <crtp.hpp>
Public Types | |
| using | Derived = T |
Public Member Functions | |
| constexpr | operator T () const |
| constexpr decltype(auto) | self () & |
| constexpr decltype(auto) | self () const & |
Protected Member Functions | |
| ~CRTP ()=default | |
| constexpr | CRTP (CRTP const &)=default |
| constexpr | CRTP (CRTP &&)=default |
| constexpr CRTP & | operator= (CRTP const &) &=default |
| constexpr CRTP & | operator= (CRTP &&) &=default |
| constexpr | CRTP ()=default |
|
constexprprotecteddefault |