refl-cpp
refl::attr::debug< F > Struct Template Reference

Used to specify how a type should be displayed in debugging contexts. More...

#include <refl.hpp>

Public Member Functions

constexpr debug (F write)
 

Public Attributes

const F write
 

Detailed Description

template<typename F>
struct refl::attr::debug< F >

Used to specify how a type should be displayed in debugging contexts.

Constructor & Destructor Documentation

◆ debug()

template<typename F >
constexpr refl::attr::debug< F >::debug ( write)
inlineconstexpr

Member Data Documentation

◆ write

template<typename F >
const F refl::attr::debug< F >::write

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