A CRTP helper function. More...
#include <stream_ordered_memory_resource.hpp>
Public Member Functions | |
T & | underlying () |
T const & | underlying () const |
A CRTP helper function.
https://www.fluentcpp.com/2017/05/19/crtp-helper/
Does two things:
static_cast
in a lot of placesT | The derived class in a CRTP hierarchy |