Also removed unused constant member variable that seemed to be there to prevent maybe_null_* being used with anything other than a pointer, which is being taken care of with a static_assert now.
This is in accordance with the GSL.View guidance on not_null and maybe_null types in the CppCoreGuidelines document.