boost::algorithm::one_of_equal() in C++ library
The one_of_equal() function in C++ boost library is found under the header 'boost/algorithm/cxx11/one_of.hpp' which tests if exactly one of the elements of a sequence against the value passed is same. It takes a sequence and a value, and returns true if the exactly one of the elements are same in th