IPAddressV[46]::validate
[folly.git] / folly / IPAddressV4.h
index 462b371d700ae932c1227f889f032840236d0484..02c93114f25703940cead58730d5ef6accd4578b 100644 (file)
@@ -53,6 +53,8 @@ typedef std::array<uint8_t, 4> ByteArray4;
  */
 class IPAddressV4 : boost::totally_ordered<IPAddressV4> {
  public:
+  static bool validate(StringPiece ip);
+
   // create an IPAddressV4 instance from a uint32_t (network byte order)
   static IPAddressV4 fromLong(uint32_t src);
   // same as above but host byte order