time.cc

来自「有关MYSQL的开源码」· CC 代码 · 共 20 行

CC
20
字号
#include "mysqlcppapi/datetime/Time.h"namespace mysqlcppapi{Time::Time(){}Time::~Time(){}short int Time::compare(const Time& other) const{  return time_base::compare(&other);}} //namespace

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?