Loading...
Searching...
No Matches
richLog.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "dep.hpp"
5#include "_nout.hpp"
6
7namespace by {
8 class type;
9 class typeProvidable;
10
11 _nout strWrap __convert__(const typeProvidable& rhs);
12 _nout strWrap __convert__(const typeProvidable* rhs);
13 _nout strWrap __convert__(const type& rhs);
14 _nout strWrap __convert__(const type* rhs);
15}