예제 #1
0
std::string toString(const HostNameOrAddress& address) {
    return boost::apply_visitor(ToStringVisitor(), address);
}
 std::string RCSResourceAttributes::Value::toString() const
 {
     return boost::apply_visitor(ToStringVisitor(), *m_data);
 }