WebCFace 2.9.0
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
val_adaptor_vec.h File Reference
#include "val_adaptor.h"
#include "webcface-config.h"
Include dependency graph for val_adaptor_vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ValAdaptorVector
 ValAdaptorのVector. More...
 

Namespaces

namespace  webcface
 

Functions

template<typename T , typename V , typename std::enable_if_t< std::is_same_v< V, ValAdaptorVector > &&std::is_constructible_v< ValAdaptorVector, T > &&!std::is_same_v< ValAdaptorVector, T >, std::nullptr_t > = nullptr>
bool operator== (const T &other, const V &val)
 
template<typename T , typename V , typename std::enable_if_t< std::is_same_v< V, ValAdaptorVector > &&std::is_constructible_v< ValAdaptorVector, T > &&!std::is_same_v< ValAdaptorVector, T >, std::nullptr_t > = nullptr>
bool operator!= (const T &other, const V &val)
 
template<int n = 0, typename T >
void argToTuple (const std::vector< ValAdaptorVector > &args, T &tuple)
 ValAdaptorのリストから任意の型のタプルに変換する
 
template<typename T >
void warningOnUnknownType ()
 
template<typename T >
ValType valTypeOf ()
 TのValTypeを得る