Template specialization of the as() function for generating boolean values. This function will recognise "true", "1", "yes" and "on" as values that convert to a boolean true, with everything else converting to false.
See Implementation
Template specialization of the as() function for generating boolean values. This function will recognise "true", "1", "yes" and "on" as values that convert to a boolean true, with everything else converting to false.