std::marker

This module provides primitive traits and markers to represent basic kinds of type.

Structs, Traits, and Enums

  • StructPhantomData (allows the description of type T).
  • TraitsCopy (types that can be copied), Send (types that can be transferred across threads), Sized (types with a constant size), and Sync (types that can be safely shared between threads).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset