#include <NumericConverterRegistry.h>
|
| ~NumericConverterRegistryGroup () override |
|
const auto & | GetType () const |
|
| Extension (RequiredBaseArgs... args, NumericConverterRegistryGroupData arg2, OtherBaseArgs &&...otherArgs) |
|
| ~GroupItem () override=default |
|
auto | push_back (Arg &&arg) -> std::enable_if_t< Traits< detail::GroupItemBase, GroupItem< NumericConverterRegistryTraits > > ::template enables_item_type_v< Arg >, void > |
|
void | push_back (typename Base::value_type arg) |
|
| Builder (BaseArgs... args, Items &&... items) |
| Variadic constructor. More...
|
|
| Builder (BaseArgs... args, InputIterator begin, InputIterator end) |
| Iterator range constructor, with default transformer. More...
|
|
| Builder (BaseArgs... args, InputIterator begin, InputIterator end, Transformer transformer) |
| Iterator range constructor, with explicit transformer. More...
|
|
Definition at line 55 of file NumericConverterRegistry.h.
◆ ~NumericConverterRegistryGroup()
NumericConverterRegistryGroup::~NumericConverterRegistryGroup |
( |
| ) |
|
|
override |
◆ GetType()
const auto & NumericConverterRegistryGroup::GetType |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: