boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Struct duration_traits_long

boost::date_time::duration_traits_long —

Synopsis

struct duration_traits_long {
  // types
  typedef long int_type; 
  typedef long impl_type;

  // public static functions
  int_type as_number(impl_type) ;
};

Description

Struct for instantiating date_duration with NO special values functionality. Allows for transparent implementation of either date_duration<long> or date_duration<int_adapter<long> >

duration_traits_long public static functions

  1. int_type as_number(impl_type i) ;
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext