struct mrpt::containers::internal::UnspecializedBool

Overview

#include <mrpt/containers/vector_with_small_size_optimization.h>

struct UnspecializedBool
{
    // fields

    bool b;

    // methods

    operator const bool & () const;
    operator bool & ();
};