Loading...
Searching...
No Matches
immutableTactic.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/common.hpp
"
5
6
namespace
by {
7
29
class
_nout
immutableTactic
:
public
strTactic {
30
BY(ME(
immutableTactic
, strTactic))
31
32
public
:
33
using
super::bind;
34
nbool
bind(
binder
& me,
const
instance& it)
override
;
35
36
public
:
37
static
me singleton;
38
};
39
}
by::immutableTactic
Immutable type binding strategy.
Definition
immutableTactic.hpp:29
by::tnarr
Definition
tnarr.hpp:9
common.hpp
to Top