aser.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
10 class _nout aser: public instance, public asable {
11 BY(ME(aser, instance))
12 };
13}
Type conversion interface.
Definition: asable.hpp:11
Base type converter.
Definition: aser.hpp:10
Base class for all managed instances in memlite system.
Definition: instance.hpp:20