CGRA-ME
Public Member Functions | Public Attributes | List of all members
ImplicitlyToString Struct Reference

#include <ConfigStore.h>

Public Member Functions

template<typename T , typename std::enable_if_t< std::is_integral< T >::value &&not std::is_same< bool, T >::value, bool > = true>
 ImplicitlyToString (const T &number)
 
template<typename T , typename std::enable_if_t< std::is_floating_point< T >::value, bool > = true>
 ImplicitlyToString (const T &number)
 
 ImplicitlyToString (std::string s)
 
 ImplicitlyToString (const char *s)
 
template<typename T , typename std::enable_if_t< std::is_same< bool, T >::value, bool > = true>
 ImplicitlyToString (const T &b)
 

Public Attributes

std::string impl
 

Detailed Description

Definition at line 56 of file ConfigStore.h.

Constructor & Destructor Documentation

◆ ImplicitlyToString() [1/5]

template<typename T , typename std::enable_if_t< std::is_integral< T >::value &&not std::is_same< bool, T >::value, bool > = true>
ImplicitlyToString::ImplicitlyToString ( const T &  number)
inline

Definition at line 60 of file ConfigStore.h.

◆ ImplicitlyToString() [2/5]

template<typename T , typename std::enable_if_t< std::is_floating_point< T >::value, bool > = true>
ImplicitlyToString::ImplicitlyToString ( const T &  number)
inline

Definition at line 62 of file ConfigStore.h.

◆ ImplicitlyToString() [3/5]

ImplicitlyToString::ImplicitlyToString ( std::string  s)
inline

Definition at line 64 of file ConfigStore.h.

◆ ImplicitlyToString() [4/5]

ImplicitlyToString::ImplicitlyToString ( const char *  s)
inline

Definition at line 65 of file ConfigStore.h.

◆ ImplicitlyToString() [5/5]

template<typename T , typename std::enable_if_t< std::is_same< bool, T >::value, bool > = true>
ImplicitlyToString::ImplicitlyToString ( const T &  b)
inline

Definition at line 68 of file ConfigStore.h.

Member Data Documentation

◆ impl

std::string ImplicitlyToString::impl

Definition at line 57 of file ConfigStore.h.


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