|
VapourSynth-llvmexpr
|
Functions | |
| template<typename T, std::size_t N> | |
| consteval bool | is_valid_enum () |
| template<typename T, std::size_t N = 1> | |
| consteval std::size_t | find_upper_bound () |
| template<typename T, std::size_t Low, std::size_t High> | |
| consteval std::size_t | binary_search_count () |
| template<typename T> | |
| consteval std::size_t | enum_count () |
| template<typename T, std::size_t... Is> | |
| consteval auto | make_names_impl (std::index_sequence< Is... >) |
| template<typename T> | |
| consteval auto | make_names () |
|
consteval |
Definition at line 82 of file EnumName.hpp.
References binary_search_count(), and is_valid_enum().
Referenced by binary_search_count(), and enum_count().
|
consteval |
Definition at line 95 of file EnumName.hpp.
References binary_search_count(), and find_upper_bound().
Referenced by enum_max(), and make_names().
|
consteval |
Definition at line 73 of file EnumName.hpp.
References find_upper_bound(), and is_valid_enum().
Referenced by enum_count(), and find_upper_bound().
|
consteval |
Definition at line 68 of file EnumName.hpp.
References enum_name().
Referenced by binary_search_count(), and find_upper_bound().
|
consteval |
Definition at line 105 of file EnumName.hpp.
References enum_count(), and make_names_impl().
Referenced by enum_name().
|
consteval |