OpenSiv3D  v0.6.5
C++20 framework for creative coding
None.hpp File Reference
#include <ostream>
#include <optional>
#include "Common.hpp"

Namespaces

 s3d
 

Typedefs

using s3d::None_t = std::nullopt_t
 無効値の型 More...
 

Functions

template<class CharType >
std::basic_ostream< CharType > & s3d::operator<< (std::basic_ostream< CharType > &output, const None_t &)
 
void s3d::Formatter (FormatData &formatData, None_t)
 

Variables

constexpr None_t s3d::none = std::nullopt
 無効値 More...