로딩중...
검색중...
일치하는것 없음
aser.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
core/type/as/asable.hpp
"
5
6
namespace
by {
11
class
_nout
aser
:
public
instance,
public
asable
{
12
BY(ME(
aser
, instance))
13
};
14
}
asable.hpp
by::asable
Type conversion interface
Definition
asable.hpp:12
by::aser
Base type converter
Definition
aser.hpp:11
to Top