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 an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct time_label_invalid

boost::local_time::time_label_invalid — simple exception for when time label given cannot exist

Synopsis

struct time_label_invalid {
  // construct/copy/destruct
  time_label_invalid(std::string = "");

  // public member functions
};

Description

time_label_invalid construct/copy/destruct

  1. time_label_invalid(std::string _msg = "");

time_label_invalid public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext