로딩중...
검색중...
일치하는것 없음
immutableTactic.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
4#include "core/common.hpp"
5
6namespace 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}
Immutable type binding strategy
Definition immutableTactic.hpp:29
Definition tnarr.hpp:9
to Top