نتایج جستجو برای: 11 c

تعداد نتایج: 1380608  

Journal: :Comput. Sci. Inf. Syst. 2014
Reed Milewicz Marjan Mernik Peter Pirkelbauer

Generic programming plays an essential role in C++ software through the use of templates. However, both the creation and use of template libraries is hindered by the fact that the language does not allow programmers to specify constraints on generic types. To date, no proposal to update the language to provide concepts has survived the committee process. Until that time comes, as a form of earl...

2013
Walter E. Brown

For programmers seeking to familiarize themselves with the component of the C++11 standard library, we provide background information and tutorial guidance with numerous usage examples.

Journal: :CoRR 2013
Piotr Beling

template typename s td : : e n a b l e i f< ! s td : : i s t r i v i a l l y c o p y a s s i g n a b l e : : va lue > : : type mycopy( const T∗ source , T∗ dest , s td : : s i z e t count ) { for ( s td : : s i z e t i = 0 ; i < count ; ++i ) ∗ dest++ = ∗ source++; } Gdy pierwszym argumentem szablonu std :: enable if jest true, to zawiera on pole type określające typ drugiego ar...

Journal: :CoRR 2014
Manuel Pöter

Pheet is a C++ task-scheduling framework that allows for easy customization of internal data-structures. The implementation was started before the C++11 standard was committed and therefore did not use the new standardized memory model but compiler/platform specific intrinsics for atomic memory operations. This not only makes the implementation harder to port to other compilers or architectures...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید