impliAses.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace 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}
Function call arguments container.
Definition: args.hpp:13
Collection of type converters.
Definition: ases.hpp:12
Implicit type conversion collection.
Definition: impliAses.hpp:11