Loading...
Searching...
No Matches
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
12
class
_nout
impliAses
:
public
ases
{
13
BY(
CLASS
(
impliAses
,
ases
))
14
15
public
:
16
impliAses
();
17
impliAses
(
const
std::initializer_list<aser*>&
args
);
18
};
19
}
ases.hpp
by::args
Function or object evaluation arguments.
Definition
args.hpp:22
by::ases
Collection of type converters.
Definition
ases.hpp:13
by::impliAses
Implicit type conversion collection.
Definition
impliAses.hpp:12
by::tnarr
Definition
tnarr.hpp:9
to Top