6template <
typename Derived>
Definition: algorithm.h:6
constexpr auto as_derived() -> derived_type &
returns casted as_derived data
Definition: crtp.h:11
constexpr auto as_derived() const -> derived_type const &
returns casted as_derived data
Definition: crtp.h:16
Derived derived_type
Definition: crtp.h:8