Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
formatter.h File Reference

Generic formatter for enum types using user-provided converter functors. More...

#include <format>
#include <string>
#include <string_view>
#include <type_traits>
Include dependency graph for formatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::utils::enum_formatter< T, Converter >
 A generic formatter for enum types, using a user-provided converter functor. More...
 
class  kcenon::thread::utils::formatter
 Provides convenience methods for string formatting using C++20 <format>. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 
namespace  kcenon::thread::utils
 
namespace  utility_module
 

Typedefs

using kcenon::thread::utils::formatter = kcenon::thread::utils::formatter
 
template<typename T , typename Converter >
using kcenon::thread::utils::enum_formatter = kcenon::thread::utils::enum_formatter<T, Converter>
 

Detailed Description

Generic formatter for enum types using user-provided converter functors.

Definition in file formatter.h.