about icon-addNote android4 Answer apple4 icon-appStoreEN icon-appStoreES icon-appStorePT icon-appStoreRU Imported Layers Copy 7 icon-arrow-spined icon-ask icon-attention icon-bubble-blue icon-bubble-red ButtonError ButtonLoader ButtonOk icon-cake icon-camera icon-card-add icon-card-calendar icon-card-remove icon-card-sort chrome-extension-ru chrome-extension-es-mx chrome-extension-pt-br chrome-extension-ru comment comment icon-cop-cut icon-cop-star Cross Dislike icon-editPen icon-entrance icon-errorBig facebook flag flag_vector icon-globe icon-googlePlayEN icon-googlePlayRU icon-greyLoader icon-cake Heart 4EB021E9-B441-4209-A542-9E882D3252DE Created with sketchtool. Info Kebab icon-lamp icon-lampBig icon-learnHat icon-learning-hat Dislike Loup Loup icon-more icon-note icon-notifications icon-pen Pencil icon-play icon-plus-light icon-plus icon-rosie-cut Rune scrollUp Share-icon Shevron-Down Shevron Left Shevron Right sound sound1 sound2 sound3 sound4 sound2 icon-star Swap icon-translate Trash icon-tutor-ellipsis icon-tutor-flip Tutor folder icon icon-tutor-learned icon-twoWayArrow Mezhdunarodny_logotip_VK vk icon-word pen_icon Logo Logo Logo
без примеровНайдено в 1 словаре

Вычислительная техника и программирование
  • dicts.lingvocomputer_en_ru.description

template class

C++

шаблонный класс; template-класс (сгенерированный по шаблону (template))

Примеры из текстов

In the new system, ios is a template class with char and wchar_t specializations, while ios_base contains the non-template features.
В новой системе класс ios представляет собой класс-шаблон со специализациями char и wchar__t, а класс iosbase содержит нешаблонные свойства.
Prata, Stephen / C++ Primer PlusПрата, Стивен / Язык программирования C++. Лекции и упражнения
Язык программирования C++. Лекции и упражнения
Прата, Стивен
© 2002 by Sams Publishing
© Издательский дом "Вильямс", 2006
C++ Primer Plus
Prata, Stephen
© 2002 by Sams Publishing
There, the template class is a double-dispatch engine, and the bool template parameter provides the option of supporting symmetric dispatch or not.
В этой главе шаблонный класс представляет собой механизм двойной диспетчеризации, а шаблонный булевский параметр дает возможность осуществлять симметричную диспетчеризацию.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
The vector template class is the simplest of the sequence types and is considered the type that should be used by default unless the program requirements are better satisfied by the particular virtues of the other types.
Класс шаблонов vector — это самый простой из типов последовательностей, и он должен использоваться по умолчанию, если только требования программы не удовлетворяются лучше средствами других типов.
Prata, Stephen / C++ Primer PlusПрата, Стивен / Язык программирования C++. Лекции и упражнения
Язык программирования C++. Лекции и упражнения
Прата, Стивен
© 2002 by Sams Publishing
© Издательский дом "Вильямс", 2006
C++ Primer Plus
Prata, Stephen
© 2002 by Sams Publishing
The template classes depend on two other global functions, ConstructElements and DestructElements.
Классы-шаблоны зависят и от двух других глобальных функций: ConstructElements и DestructElements.
Kruglinski, David J.,Wingo, Scot,Shepherd, George / Programming Visual C++Круглински, Д.,Уингоу, С.,Шеферд, Дж. / Программирование на Microsoft Visual C++ 6.0 для профессионалов
Программирование на Microsoft Visual C++ 6.0 для профессионалов
Круглински, Д.,Уингоу, С.,Шеферд, Дж.
© Оригинальное издание на английском языке, Д. Круглински, 1998
© Перевод на русский язык, Microsoft Corporation, 2000
Programming Visual C++
Kruglinski, David J.,Wingo, Scot,Shepherd, George
© 1998 by David J. Kruglinski
You can use a traits class template, as follows.
Для этого можно применить шаблонные классы характеристик.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
The user-provided class template must now accept two template parameters.
Шаблонный класс, определенный пользователем, теперь должен принимать два шаблонных параметра.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
You can see the StaticDispatcher class template as a mechanism that achieves dynamic overloading—it defers overloading rules to runtime.
Шаблонный класс StaticDispatcher можно рассматривать как механизм динамической перегрузки — он откладывает перегрузку на период выполнения программы.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
This being said, implementing the BinderFirst class template is a breeze.
Реализовать класс BinderFi rst очень легко.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
Synopsis of class template GenScatterHierarchy:
Краткое описание шаблонного класса GenScatterHierarchy:
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
A popular creation policy is to apply the Prototype design pattern; you can easily use Prototype with ConcreteFactory by using the canned PrototypeFactoryUnit class template.
Наиболее распространенной стратегией создания объектов является шаблон проектирования Prototype. Эту стратегию можно легко реализовать в классе ConcreteFactory с помощью шаблонного класса PrototypeFactoryunit.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
Now we provide a simple class template Visitor.
Теперь напишем простой шаблонный класс visitor.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
Now that we have it working, let's package everything in a class template that hides all the details of type deduction and exposes only the result.
Итак, все детали этого механизма работают хорошо, и настало время упаковать их в шаблонный класс, который скрывает подробности, связанные с процессом вывода классов, оставляя на поверхности лишь окончательный результат.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
To create a class managed by the singleton method, simply derive the class from the singleton template and provide the managed class as the template parameter.
Чтобы создать класс, управляемый единственным экземпляром другого класса, просто породите класс с единственным экземпляром от шаблона и передайте управляемый класс как шаблонный параметр.
Snook, Greg / Real-Time 3D Terrain Engines Using C++ and DirectX 9Снук, Грег / Создание ЗD-ландшафтов в реальном времени с использованием C++ и DirectX 9
Создание ЗD-ландшафтов в реальном времени с использованием C++ и DirectX 9
Снук, Грег
© Перевод, макет и обложка «ИД КУДИЦ-ОБРАЗ», 2006, 2007
© 2003 by CHARLES RIVER MEDIA, INC
© 2005, 2007
© Translation 2005 by Kudits-Obraz
Real-Time 3D Terrain Engines Using C++ and DirectX 9
Snook, Greg
© 2003 by CHARLES RIVER MEDIA, INC

Добавить в мой словарь

template class
шаблонный класс; template-класс

Переводы пользователей

Пока нет переводов этого текста.
Будьте первым, кто переведёт его!