kblib 0.2.3
General utilities library for modern C++
kblib::to_pointer_impl< ptr > Struct Template Reference

#include <kblib/iterators.h>

Public Member Functions

constexpr auto operator() (ptr &&p) const noexcept -> auto
 
constexpr auto operator() (const ptr &p) const noexcept -> auto
 

Detailed Description

template<typename ptr>
struct kblib::to_pointer_impl< ptr >

Definition at line 51 of file iterators.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename ptr >
constexpr auto kblib::to_pointer_impl< ptr >::operator() ( const ptr &  p) const -> auto
inlineconstexprnoexcept

Definition at line 55 of file iterators.h.

◆ operator()() [2/2]

template<typename ptr >
constexpr auto kblib::to_pointer_impl< ptr >::operator() ( ptr &&  p) const -> auto
inlineconstexprnoexcept

Definition at line 52 of file iterators.h.


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