PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
IOEnum.hpp File Reference
#include <iostream>
Include dependency graph for IOEnum.hpp:

Go to the source code of this file.

Classes

struct  Gedim::io_enum::enum_entry< E >
 

Namespaces

namespace  Gedim
 
namespace  Gedim::io_enum
 

Functions

template<auto V>
constexpr std::string_view Gedim::io_enum::enum_name ()
 
template<auto V>
constexpr bool Gedim::io_enum::is_valid ()
 
template<typename E , int Min, std::size_t... I>
constexpr auto Gedim::io_enum::make_table (std::index_sequence< I... >)
 
template<typename E , int Min = 0, int Max = 64>
constexpr std::string_view Gedim::io_enum::enum_to_string (E value)