impliAses.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/type/as/ases.hpp
"
5
6
namespace
by {
7
11
class
_nout
impliAses
:
public
ases
{
12
BY(CLASS(
impliAses
,
ases
))
13
14
public
:
15
impliAses
();
16
impliAses
(
const
std::initializer_list<aser*>&
args
);
17
};
18
}
ases.hpp
by::args
Function call arguments container.
Definition:
args.hpp:13
by::ases
Collection of type converters.
Definition:
ases.hpp:12
by::impliAses
Implicit type conversion collection.
Definition:
impliAses.hpp:11