gw  1.0.0
A bunch of small C++ utilities
gw::crtp< T, Derived > Struct Template Reference

CRTP base class. More...

#include <crtp.hpp>

Public Member Functions

constexpr auto self () noexcept -> Derived &
 Returns a reference to the derived class.
 
constexpr auto self () const noexcept -> Derived const &
 Returns a reference to the derived class.
 

Detailed Description

template<template< typename > class T, typename Derived>
struct gw::crtp< T, Derived >

CRTP base class.


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