3#ifndef pRC_CORE_BASIC_CRTP_H
4#define pRC_CORE_BASIC_CRTP_H
14 constexpr operator T()
const
27 constexpr CRTP() =
default;
30 constexpr decltype(
auto)
self() &
32 return static_cast<T &
>(*this);
35 constexpr decltype(
auto)
self()
const &
37 return static_cast<T const &
>(*this);
constexpr CRTP(CRTP const &)=default
constexpr decltype(auto) self() const &
Definition crtp.hpp:35
constexpr decltype(auto) self() &
Definition crtp.hpp:30
constexpr CRTP & operator=(CRTP &&) &=default
constexpr CRTP & operator=(CRTP const &) &=default
constexpr CRTP(CRTP &&)=default
pRC::Float<> T
Definition externs_nonTT.hpp:1
Definition cholesky.hpp:10