#include <functional>
#include <ostream>
#include <optional>
#include <chrono>
#include <memory>
#include "field.h"
#include "webcface-config.h"
#include "webcface/common/val_adaptor.h"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const Text &data) |
| Textをostreamに渡すとTextの中身を表示
|
|
template<typename T , typename std::enable_if_t< std::is_constructible_v< ValAdaptor, T >, std::nullptr_t > = nullptr> |
bool | operator== (const T &other, const InputRef &ref) |
|
template<typename T , typename std::enable_if_t< std::is_constructible_v< ValAdaptor, T >, std::nullptr_t > = nullptr> |
bool | operator!= (const T &other, const InputRef &ref) |
|
std::ostream & | operator<< (std::ostream &os, const InputRef &ref) |
|