My Project
Classes | Variables
in_place.hpp File Reference
#include "cstdint.hpp"

Go to the source code of this file.

Classes

class  bsl::in_place_t
 bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed to the constructors of classes like bls::result to indicate that the contained object should be constructed in-place. In addition, bsl::in_place_type and bsl::in_place_index provide type and indiex information as well. More...
 
class  bsl::in_place_type_t< T >
 bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed to the constructors of classes like bls::result to indicate that the contained object should be constructed in-place. In addition, bsl::in_place_type and bsl::in_place_index provide type and indiex information as well. More...
 
class  bsl::in_place_index_t< I >
 bsl::in_place, bsl::in_place_type, and bsl::in_place_index are disambiguation tags that can be passed to the constructors of classes like bls::result to indicate that the contained object should be constructed in-place. In addition, bsl::in_place_type and bsl::in_place_index provide type and indiex information as well. More...
 

Variables

constexpr in_place_t bsl::in_place {}
 reduces the verbosity of bsl::in_place_t
 

Detailed Description