Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::asio::messages::ArchiveTypeToEnum< A > Struct Template Reference

Archive type enumerator as a template class. More...

#include <MessageUtils.h>

Static Public Member Functions

static defs::eArchiveType Enumerate ()
 Enumerate method. More...
 

Detailed Description

template<typename A>
struct core_lib::asio::messages::ArchiveTypeToEnum< A >

Archive type enumerator as a template class.

This is the general case and always throws an std::invalid_argument exception as a specialised template version should always be created for each archive type.

Member Function Documentation

◆ Enumerate()

template<typename A >
static defs::eArchiveType core_lib::asio::messages::ArchiveTypeToEnum< A >::Enumerate ( )
inlinestatic

Enumerate method.

Returns
The enumerated type.

The documentation for this struct was generated from the following file: