tagval 0.2.0
Modern C++23 header-only library of tagged values (open/closed enumerations with metadata)
Loading...
Searching...
No Matches
tagval::detail::KindViewFactory< T > Class Template Reference

Builds a KindView for a single concrete kind type. More...

Static Public Member Functions

static KindView build ()
 

Detailed Description

template<typename T>
class tagval::detail::KindViewFactory< T >

Builds a KindView for a single concrete kind type.

Captures the type once and emits stateless function pointers that close over T.

Member Function Documentation

◆ build()

template<typename T >
static KindView tagval::detail::KindViewFactory< T >::build ( )
inlinestatic

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