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 to view this page for the latest version.
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 = "");
};

Description

time_label_invalid construct/copy/destruct

  1. time_label_invalid(std::string _msg = "");
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext