Go to the source code of this file.
|
| 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を得る
|
| |