header_utils
Loading...
Searching...
No Matches
ghassanpl::string_stringifier< TO_STRING > Struct Template Reference

NOTE: The below is a MAJOR WORK IN PROGRESS. More...

#include <stringification.h>

Public Member Functions

template<typename... ARGS>
bool operator() (ARGS &&... args)
 

Public Attributes

std::string & result
 

Detailed Description

template<bool TO_STRING>
struct ghassanpl::string_stringifier< TO_STRING >

NOTE: The below is a MAJOR WORK IN PROGRESS.

Definition at line 37 of file stringification.h.

Member Function Documentation

◆ operator()()

template<bool TO_STRING>
template<typename... ARGS>
bool ghassanpl::string_stringifier< TO_STRING >::operator() ( ARGS &&...  args)
inline

Definition at line 42 of file stringification.h.

Member Data Documentation

◆ result

template<bool TO_STRING>
std::string& ghassanpl::string_stringifier< TO_STRING >::result

Definition at line 39 of file stringification.h.