PrevUpHomeNext

esv::not_same_as


Animals are second to human beings. Protect them.

esv::not_same_as - Esvcpp Basic Concepts

esv::not_same_as is a concept to identify if two types are not the same at compile-time.

c++ example

#include <esvcpp/core.hpp>

int main()
{
	static_assert(esv::not_same_as<esv::ix32, esv::i32>);
}

See Also

esv::same_as

esv::real_meric

esv::ix32

esv::same_assert


PrevUpHomeNext

esv::print