|
CommonLibSSE NG
|
Go to the source code of this file.
Classes | |
| class | REL::Version |
Namespaces | |
| REL | |
| REL::literals | |
| REL::literals::detail | |
| std | |
Functions | |
| constexpr bool | REL::operator== (const Version &a_lhs, const Version &a_rhs) noexcept |
| constexpr std::strong_ordering | REL::operator<=> (const Version &a_lhs, const Version &a_rhs) noexcept |
| template<std::size_t Index, char C> | |
| constexpr uint8_t | REL::literals::detail::read_version (std::array< typename REL::Version::value_type, 4 > &result) |
| template<std::size_t Index, char C, char... Rest> | |
| REL::literals::detail::requires (sizeof...(Rest) > 0) const expr uint8_t read_version(std | |
| template<char... C> | |
| constexpr REL::Version | REL::literals::operator""_v () noexcept |
| constexpr REL::Version | REL::literals::operator""_v (const char *str, std::size_t len) |
| std::optional< Version > | REL::GetFileVersion (stl::zwstring a_filename) |
| std::string | std::to_string (REL::Version a_version) |