예제 #1
0
// host: [2001:db8::2] or 2001:db8::2 or 1.2.240.1
authority::authority(const std::string& host, uint16_t port)
  : authority(to_authority(host, port))
{
}
예제 #2
0
파일: authority.hpp 프로젝트: 108518/eos
 operator authority()const { return to_authority(); }