xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::functional::nontype_t Struct Reference

Implementation of std::nontype_t More...

#include <xentara/utils/functional/function_ref.hpp>

Public Member Functions

 nontype_t ()=default
 

Detailed Description

Implementation of std::nontype_t

This is an implementation of the proposed std::nontype_t from P0792R13 from C++23, taken from https://github.com/zhihaoy/nontype_functional.

nontype_t is a helper class used to construct function_ref objects from pointers to members.

You should never use this type directly. Use the constant nontype instead.

Constructor & Destructor Documentation

◆ nontype_t()

xentara::utils::functional::nontype_t::nontype_t ( )
explicitdefault