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

#include <kblib/iterators.h>

Public Member Functions

constexpr auto operator() (T *p) const noexcept -> T *
 

Detailed Description

template<typename T>
struct kblib::to_pointer_impl< T * >

Definition at line 61 of file iterators.h.

Member Function Documentation

◆ operator()()

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

Definition at line 62 of file iterators.h.


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