Thanks for the response. I have a follow-up question. In what circumstance would I want the resolution to be different than the size of the view? Or is this achieving the same effect as calling zoom on the view?
mWindow.create(sf::VideoMode(800, 600), "MyApp", sf::Style::Fullscreen);
sf::View(sf::FloatRect(0, 0, 400, 300));