This header-file is part of the module ALib EnumRecords of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file recordbootstrap.inl.
Go to the source code of this file.
Classes | |
struct | alib::enumrecords::bootstrap::Initializer< TEnum > |
Namespaces | |
namespace | alib |
namespace | alib::enumrecords::bootstrap |
namespace | alib::enumrecords::detail |
Details of namespace alib::enumrecords. | |
Functions | |
template<typename TEnum> requires alib::enumrecords::HasRecords<TEnum> | |
void | alib::enumrecords::bootstrap::Bootstrap (const String &input, character innerDelim=',', character outerDelim=',') |
template<typename TEnum> requires alib::enumrecords::HasRecords<TEnum> | |
void | alib::enumrecords::bootstrap::Bootstrap (std::initializer_list< Initializer< TEnum > > definitions) |
template<typename TEnum, typename... TArgs> requires alib::enumrecords::HasRecords<TEnum> | |
void | alib::enumrecords::bootstrap::Bootstrap (TEnum element, TArgs &&... args) noexcept |
void | alib::enumrecords::detail::shutdown () |