1#ifndef MSTL_CORE_INTERFACE_IOBJECT_HPP__
2#define MSTL_CORE_INTERFACE_IOBJECT_HPP__
3#include "../interface/istringify.hpp"
7struct iobject : istringify<T> {
9 MSTL_NODISCARD
static constexpr T parse(
const string_view str) {
13 MSTL_CONSTEXPR20
bool try_parse(
const string_view str)
noexcept {
#define _MSTL
全局命名空间MSTL前缀
#define MSTL_END_NAMESPACE__
结束全局命名空间MSTL
#define MSTL_BEGIN_NAMESPACE__
开始全局命名空间MSTL
constexpr Iterator2 move(Iterator1 first, Iterator1 last, Iterator2 result)
移动范围元素