ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
recordbootstrap.inl File Reference

Description:

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.

Include dependency graph for recordbootstrap.inl:
This graph shows which files directly or indirectly include this file:

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 ()