Re: Facing issues using mysql-connector-c++ on macOS 10.14
Posted by:
Luis Silva
Date: January 29, 2019 09:50AM
Hi,
We don't have all operators defined...
These are the ones defined:
operator int() const;
operator unsigned() const;
operator int64_t() const;
operator uint64_t() const;
operator float() const;
operator double() const;
explicit operator bool() const;
operator mysqlx::string() const;
explicit operator std::string() const;
And the template get method is a way to simplify the use of cast, so will use the defined operators.
Luís
Subject
Views
Written By
Posted
2366
January 15, 2019 04:43AM
783
January 15, 2019 08:26AM
724
January 21, 2019 04:35PM
710
January 28, 2019 10:38PM
Re: Facing issues using mysql-connector-c++ on macOS 10.14
725
January 29, 2019 09:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.