Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext

Class initialized_value_t

boost::initialized_value_t

Synopsis

// In header: <boost/utility/value_init.hpp>


class initialized_value_t {
public:

  // public member functions
  template<typename T> operator T() const;
};

Description

initialized_value_t public member functions

  1. template<typename T> operator T() const;

PrevUpHomeNext