jagomart
digital resources
picture1_Lecture 5


 151x       Filetype PDF       File size 1.08 MB       Source: www.ipb.uni-bonn.de


File: Lecture 5
modernc for computervisionand imageprocessing lecture5 i ofiles classes ignacio vizzo and cyrill stachniss c utilities c includes a variety of utility libraries that provide functionality ranging from bit counting to ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
 
  ModernC++for
  ComputerVisionand
  ImageProcessing
  Lecture5: I/OFiles,Classes
  Ignacio Vizzo and Cyrill Stachniss
     C++ Utilities
    C++ includes a variety of utility libraries that
    provide functionality ranging from
    bit-counting to partial function application.
    These libraries can be broadly divided into
    two groups:
       language support libraries.
       general-purpose libraries.
                                                            1
     Languagesupport
    Provide classes and functions that interact
    closely with language features and support
    commonlanguage idioms.
       Type support(std::size_t).
       Dynamic memory
       management(std::shared_ptr).
       Error handling(std::exception, assert).
       Initializer list(std::vector{1, 2}).
       Much more...
                                                            2
     General-purpose Utilities
       Program utilities(std::abort).
       Date and Time(std::chrono::duration).
       Optional, variant and any(std::variant).
       Pairs and tuples(std::tuple).
       Swap, forward and move(std::move).
       Hash support(std::hash).
       Formatting library(coming in C++20).
       Much more...
                                                            3
The words contained in this file might help you see if this file matches what you are looking for:

...Modernc for computervisionand imageprocessing lecture i ofiles classes ignacio vizzo and cyrill stachniss c utilities includes a variety of utility libraries that provide functionality ranging from bit counting to partial function application these can be broadly divided into two groups language support general purpose languagesupport functions interact closely with features commonlanguage idioms type std size t dynamic memory management shared ptr error handling exception assert initializer list vector much more program abort date time chrono duration optional variant any pairs tuples tuple swap forward move hash formatting library coming in...

no reviews yet
Please Login to review.