MoreEffectiveC++/Techniques2of3 . . . . 2 matches
struct SpecialStringValue: public StringValue { ... };
일단 우리는 String에 RCPtr<StingValue> 포인터로 SpecialStringValue 객체를 가리키는 상태로 만들어서 포함시킬수 있다. 이러한 경우에 우리가 원하는 init가 되지 않는다.
Found 1 matching page out of 7555 total pages (5000 pages are searched)