Loading...
Searching...
No Matches
aser.hpp
Go to the documentation of this file.
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